7 lines
260 B
JSON
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"
|
|
}
|