subscribe-list/config.toml.sample

14 lines
286 B
Plaintext
Raw Normal View History

2024-04-08 08:50:25 +00:00
[oidc.google]
pretty_name = "Google"
issuer_url = "https://accounts.google.com"
client_id = "<TODO>"
secret = "<TODO>"
scopes = ["email"]
[oidc.debian-salsa]
pretty_name = "Debian Salsa"
issuer_url = "https://salsa.debian.org"
client_id = "<TODO>"
secret = "<TODO>"
scopes = ["email"]