add a human check to registrations
[authserver.git] / etc / kairo / auth_settings.json
CommitLineData
7910ec9b 1{
9ea26dfc
RK
2"db_name": "example_auth",
3"db_host": "localhost",
4"db_username": "example_auth",
5"db_password": "",
7910ec9b
RK
6"pwd_cost": 10,
7"pwd_nonces": [
8 ""
9],
3875e0fb 10"client_reg_email_whitelist": ["you@example.com"],
3f24953f 11"skin": "default",
f526331a 12"operator_name": "Example",
3f24953f
RK
13"operator_contact_url": "https://github.com/KaiRo_at/authserver/",
14"info_from_email": "noreply@example.com",
7910ec9b 15"piwik_enabled": false,
720d53da 16"piwik_url": "/matomo/",
7910ec9b 17"piwik_site_id": 1,
caa2589f 18"piwik_tracker_path": "/srv/www/matomo/vendor/matomo/matomo-php-tracker/",
7910ec9b 19}