Webserver
webserver:
# Should the webserver be launched? This feature is only used for regulars
active: false
# The port under which the webserver will be launched
port: 8080
# What uri to start the webserver under
redirect_uri: "/auth/discord/redirect"
# Where should the redirect be, include the full url e.g., https://localhost:80/auth/discord/redirect
uri: ""Last updated