Webserver
The webserver is used for receiving information from discord OAuth requests. If you are not using the following features you can ignore it:
Verify
If you want to configure these features, look into:
Featureswebserver:
# 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: ""
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: ""
h
Last updated