subscribe-list/config.toml.sample

19 lines
511 B
Plaintext
Raw Normal View History

2024-04-10 05:01:48 +00:00
sqlite_db = "/var/local/lib/subscribe-list.db"
2024-04-09 06:38:50 +00:00
server_base_url = "https://my-site/"
2024-04-09 01:25:32 +00:00
2024-04-08 08:50:25 +00:00
[oidc.google]
pretty_name = "Google"
issuer_url = "https://accounts.google.com"
client_id = "<TODO>"
secret = "<TODO>"
2024-04-08 10:00:24 +00:00
redirect_url = "https://my-site/subscription/callback/google"
2024-04-08 08:50:25 +00:00
scopes = ["email"]
[oidc.debian-salsa]
pretty_name = "Debian Salsa"
issuer_url = "https://salsa.debian.org"
client_id = "<TODO>"
secret = "<TODO>"
2024-04-08 10:00:24 +00:00
redirect_url = "https://my-site/subscription/callback/debian-salsa"
2024-04-09 01:25:32 +00:00
scopes = ["email", "openid"]