ansible-base/ansible/roles/hedgedoc/defaults/main.json

14 lines
615 B
JSON
Raw Normal View History

2023-12-10 20:44:52 +01:00
{
2023-12-16 15:13:01 +01:00
"var_hedgedoc_version": "1.9.9",
2023-12-10 20:44:52 +01:00
"var_hedgedoc_session_secret": "session_secret",
"var_hedgedoc_database_path": "/var/hedgedoc/data.sqlite",
2023-12-16 15:13:01 +01:00
"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"
2023-12-10 20:44:52 +01:00
}