Separate credentials for the web interface can be provided when also running the api.
All properties not specified will default to values given in ENV/ARG credential properties
Refer to the required credentials table to see what is necessary for the web interface.
string
Client ID for your Reddit application
string
Client Secret for your Reddit application
string
Redirect URI for your Reddit application
Used for:
accessing the web interface for monitoring bots
authenticating an account to use for a bot instance
ENV => REDIRECT_URI
ARG => --redirectUri <uri>