Skip to main content

Configuration options

The possible options are stored in a key-value format.

KeyValue
REACT_APP_API_URLstring

Base API url that will be used when creating RTK Query queries

KeyValue
REACT_APP_AUTH_METHODstring

Preferred method of authentication.

Options:

  • cookie

Lets users authenticate by logging into conda-store. This is the preferred method of authentication.

  • token

Lets users utilize a token generated by conda-store to authenticate to the server.

KeyValue
REACT_APP_LOGIN_PAGE_URLstring

The URL endpoint used for login authentication.

KeyValue
REACT_APP_LOGOUT_PAGE_URLstring

The URL endpoint used for logout authentication.

KeyValue
REACT_APP_AUTH_TOKENnull / string

If using the token method for authentication, then input the token as a string. Otherwise, leave blank.

KeyValue
REACT_APP_STYLE_TYPEstring

Options:

  • grayscale

  • green-accent

KeyValue
REACT_APP_SHOW_AUTH_BUTTONbool

Options:

  • true

Show the login icon in the top menubar.

  • false

Hide the login icon in the top menubar.