KaiRo bug 413 - Set up doctrine DBAL to drive the DB and do schema migration
[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],
10"piwik_enabled": false,
11"piwik_url": "/piwik/",
12"piwik_site_id": 1,
13"piwik_tracker_path": "/srv/www/piwik/vendor/piwik/piwik-php-tracker/"
14}