1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-23 23:47:37 +00:00
Files
matomo/.ddev/initial-config/config.js
Michal Kleiner 07c25a792b DDEV project config (#22245)
* DDEV project base for Matomo
* Ensure DDEV files are not part of a release
* Add console command wrapper
* Fix typos in main readme
* Mix and match DDEV+Matomo xhprof setups
* Add README for DDEV environment
* Add warning not to use to host prod instances

---------

Co-authored-by: Ayke Halder <rr-it@users.noreply.github.com>
Co-authored-by: Marc Neudert <marc@innocraft.com>
2025-02-18 04:08:01 +13:00

12 خطوط
284 B
JavaScript

exports.piwikUrl = "https://matomo.ddev.site/";
exports.phpServer = {
HTTP_HOST: 'matomo.ddev.site',
REQUEST_URI: '/',
REMOTE_ADDR: '127.0.0.1'
};
exports.browserConfig = {
args: ['--no-sandbox', '--ignore-certificate-errors'],
executablePath: '/usr/bin/chromium'
};