This guide explains all the available configurations in your .env
file so that you can configure your environments accordingly.
Base url for the backend REST API.
Token related URL at backend repo which can be used to convert the OAuth2 token into Django access token or get a new access token from a refresh token
Base URL to connect to any configured websocket listeners on the backend
Backend API credentials are used by frontend application to authorize that this server is allowed to make API calls to the backend server. If not present, the backend app won't allow auth tokens to be generated.
To interact more with backend API, see the REST API setup guide at backend repository.
The client id for backend API application.
The client secret for backend API application.
The URL for the frontend repo.
Default localization language.
Fallback localization language in case any localization config is not found.
OAuth2 client id from Google. Required for Google Sign in functionality.
API Key for your Google Cloud project. Required for using the YouTube Data API. Create your credentials by visiting APIs & Services
in your Google Cloud Console and then clicking on Credentials
> Create Credentials
> API Key
. You are recommended to restrict the APIs that this API key can access and the list of websites that can use this API key for better security.
Port on which you want your docker app to run and expose.
Mixpanel is used for tracking user behaviour throughout the webapp.
This is the project token for your mixpanel project which you can view in the Mixpanel Dashboard.