ansible-base/fenris/default/roles/postgresql-for-authelia/defaults/main.json

8 lines
260 B
JSON
Raw Normal View History

2024-03-19 18:45:32 +01:00
{
"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"
}