13 lines
615 B
JSON
13 lines
615 B
JSON
{
|
|
"var_hedgedoc_version": "1.9.9",
|
|
"var_hedgedoc_session_secret": "session_secret",
|
|
"var_hedgedoc_database_path": "/var/hedgedoc/data.sqlite",
|
|
"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"
|
|
}
|