forked from nycmeshnet/meshdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
43 lines (34 loc) · 1.21 KB
/
.env.sample
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
DB_NAME=meshdb
DB_USER=meshdb
# Change to postgres when using full docker-compose. Use localhost in dev
DB_HOST=localhost
DB_PORT=5432
DB_PASSWORD=abcd1234
# Backups
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
BACKUP_S3_BUCKET_NAME=meshdb-data-backups
BACKUP_S3_BASE_FOLDER=meshdb-backups/development/
CELERY_BROKER=redis://localhost:6379/0
# DO NOT USE THIS KEY IN PRODUCTION
DJANGO_SECRET_KEY=sapwnffdtj@6p)ghfw249dz+@e6f2#i+5gia8*7&nup(szt9hp
# Change to pelias:3000 when using full docker-compose
PELIAS_ADDRESS_PARSER_URL=http://localhost:6800/parser/parse
NN_ASSIGN_PSK=localdev
QUERY_PSK=localdev
# Comment this out to enter prod mode
DEBUG=True
DISABLE_PROFILING=False # Set to True to disable profiling. Profiling also requires DEBUG=True
# Comment this out to allow edits to the panoramas in the admin panel
DISALLOW_PANO_EDITS=True
# https://github.com/settings/tokens
PANO_GITHUB_TOKEN=
# Docker compose environment variables
# Set this to true in prod. Use false in dev
COMPOSE_EXTERNAL_NETWORK=false
# Set this to traefik-net in prod. Use api in dev
COMPOSE_NETWORK_NAME=api
UISP_URL=https://uisp.mesh.nycmesh.net/nms
UISP_USER=nycmesh_readonly
UISP_PASS=
ADMIN_MAP_BASE_URL=http://admin-map.grandsvc.mesh.nycmesh.net