Root definitions

WebCredentials

Permalink

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.

Properties

clientId

string

Client ID for your Reddit application

clientSecret

string

Client Secret for your Reddit application

redirectUri

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>

Loading...

Editor and Validator