24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"var_hedgedoc_user_name": "hedgedoc",
|
|
"var_hedgedoc_directory": "/opt/hedgedoc",
|
|
"var_hedgedoc_version": "1.9.9",
|
|
"var_hedgedoc_session_secret": "REPLACE_ME",
|
|
"var_hedgedoc_database_kind": "sqlite",
|
|
"var_hedgedoc_database_data_sqlite_path": "/var/hedgedoc/data.sqlite",
|
|
"var_hedgedoc_database_data_postgresql_host": "localhost",
|
|
"var_hedgedoc_database_data_postgresql_port": 5432,
|
|
"var_hedgedoc_database_data_postgresql_username": "hedgedoc_user",
|
|
"var_hedgedoc_database_data_postgresql_password": "REPLACE_ME",
|
|
"var_hedgedoc_database_data_postgresql_schema": "hedgedoc",
|
|
"var_hedgedoc_domain": "hedgedoc.example.org",
|
|
"var_hedgedoc_oauth2_enable": false,
|
|
"var_hedgedoc_oauth2_provider_name": "external auth",
|
|
"var_hedgedoc_oauth2_client_id": "hedgedoc",
|
|
"var_hedgedoc_oauth2_client_secret": "REPLACE_ME",
|
|
"var_hedgedoc_oauth2_user_profile_url": "https://auth.example.org/profile",
|
|
"var_hedgedoc_oauth2_token_url": "https://auth.example.org/token",
|
|
"var_hedgedoc_oauth2_authorization_url": "https://auth.example.org/authorization",
|
|
"var_hedgedoc_guest_allow_create": false,
|
|
"var_hedgedoc_guest_allow_change": false,
|
|
"var_hedgedoc_free_names_mode": "authed"
|
|
}
|