more switching of paths to matomo
[authserver.git] / etc / kairo / auth_settings.json
index 9f2197bd0f56e65e14b1daa27446b467130ca3dc..59749d5f7c23265df9d596234a6da89634f755c5 100644 (file)
@@ -1,10 +1,19 @@
 {
+"db_name": "example_auth",
+"db_host": "localhost",
+"db_username": "example_auth",
+"db_password": "",
 "pwd_cost": 10,
 "pwd_nonces": [
  ""
 ],
+"client_reg_email_whitelist": ["you@example.com"],
+"skin": "default",
+"operator_name": "Example",
+"operator_contact_url": "https://github.com/KaiRo_at/authserver/",
+"info_from_email": "noreply@example.com",
 "piwik_enabled": false,
-"piwik_url": "/piwik/",
+"piwik_url": "/matomo/",
 "piwik_site_id": 1,
-"piwik_tracker_path": "/srv/www/piwik/vendor/piwik/piwik-php-tracker/"
+"piwik_tracker_path": "/srv/www/matomo/vendor/matomo/matomo-php-tracker/",
 }