mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-01 14:17:06 +02:00
Use port 2369 as standard port for OAuth callbacks
This commit is contained in:
parent
c13c9175e3
commit
74f2a3cef7
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
database = "scotty.sqlite3"
|
||||
|
||||
# Host and port for OAuth authentication callbacks
|
||||
oauth-host = "127.0.0.1:2222"
|
||||
oauth-host = "127.0.0.1:2369"
|
||||
|
||||
[service.listenbrainz]
|
||||
# This backend supports listens and loves from https://listenbrainz.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue