You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
BAS_AUTH_USERNAME= # required if BAS_AUTHENTICATION_ENABLE set to true; otherwise optional
BAS_AUTH_JWT_SECRET= # required if BAS_AUTHENTICATION_ENABLE set to true; otherwise optional
BAS_HTTPS_ENABLE=false # For development, use 'npm run generate-ssl-cert' to generate self-signed certificate for development and use the commented values below
BAS_HTTPS_KEY_PATH= # certs/localhost.key
BAS_HTTPS_CERT_PATH= # certs/localhost.pem
BAS_BATTLENET_REGION= # required. Available regions: us, eu, kr, cn
BAS_BATTLENET_CLIENT_ID= # required. Obtain it here: https://develop.battle.net/access/clients/create
BAS_BATTLENET_CLIENT_SECRET= # required. Obtain it here: https://develop.battle.net/access/clients/create