ansible-base/roles/postgresql-for-authelia/defaults/main.json
2024-03-29 17:21:05 +01:00

7 lines
260 B
JSON

{
"var_postgresql_for_authelia_host": "localhost",
"var_postgresql_for_authelia_port": 5432,
"var_postgresql_for_authelia_username": "authelia_user",
"var_postgresql_for_authelia_password": "REPLACE_ME",
"var_postgresql_for_authelia_schema": "authelia"
}