mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
12 lines
219 B
INI
12 lines
219 B
INI
[auth]
|
|
target = oauth
|
|
client_id = $AHRIMAN_OAUTH_CLIENT_ID
|
|
client_secret = $AHRIMAN_OAUTH_CLIENT_SECRET
|
|
|
|
oauth_icon = github
|
|
oauth_provider = GithubClient
|
|
oauth_scopes = read:user
|
|
|
|
[web]
|
|
address = http://localhost:8080
|