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

19 lines
510 B
Text
Raw Normal View History

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