generated from wandelbotsgmbh/wandelbots-js-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
26 lines (21 loc) · 722 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###
# SETTINGS
#
# Reasonable defaults for these can be provided here, and can be overriden
# in an .env.local file (for development) or by env variables on the deployment.
###
# Leave blank in development to run on the dev server root path
BASE_PATH="/wandelbots-js-jogging"
# Endpoint for the API gateway, set it to your instance in .env.local for development
WANDELAPI_BASE_URL="" # e.g. http://172.30.0.91
# The cell on the service manager the robot pad will try to connect to
CELL_ID="cell"
###
# SECRETS
#
# These should never be defined in the .env file, only in the gitignored .env.local or
# in the environment variables of the deployment.
###
# For basic auth with the API
NOVA_USERNAME=""
NOVA_PASSWORD=""