also document the basic items of what users need to use this authserver as an OAuth2...
[authserver.git] / etc / kairo / auth_settings.json
index 9f2197bd0f56e65e14b1daa27446b467130ca3dc..fa4b58b09ef4a79b01102ec73f8427ca2c7f65f0 100644 (file)
@@ -1,8 +1,13 @@
 {
+"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"],
 "piwik_enabled": false,
 "piwik_url": "/piwik/",
 "piwik_site_id": 1,