This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
subscribe-list/config.toml.sample

18 lines
510 B
Text

sqlite_db = "/var/lib/subscribe-list/list.db"
server_base_url = "https://my-site/"
[oidc.google]
pretty_name = "Google"
issuer_url = "https://accounts.google.com"
client_id = "<TODO>"
secret = "<TODO>"
redirect_url = "https://my-site/subscription/callback/google"
scopes = ["email"]
[oidc.debian-salsa]
pretty_name = "Debian Salsa"
issuer_url = "https://salsa.debian.org"
client_id = "<TODO>"
secret = "<TODO>"
redirect_url = "https://my-site/subscription/callback/debian-salsa"
scopes = ["email", "openid"]