-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env_dist
28 lines (20 loc) · 908 Bytes
/
.env_dist
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
export ENV=development
# development account for rolleiflex
export [email protected]
export API_PASSWORD=briefy123
# development endpoints
export LEICA_BASE=http://api.dev.briefy.co
export LOGIN_ENDPOINT=http://api.dev.briefy.co/login/email
export ALEXANDRIA_BASE=http://localhost:8000
# google auth
# export GOOGLE_APPLICATION_CREDENTIALS=./env/src/briefy.gdrive/src/briefy/gdrive/private/briefy.gdrive-test-e9a853b36334.json
export GOOGLE_APPLICATION_CREDENTIALS=./env/src/briefy.gdrive/src/briefy/gdrive/private/briefy.gdrive-live-3e59a67269d5.json
# celery
export CELERY_CONCURRENCY_DEFAULT=10
export CELERY_CONCURRENCY_GDRIVE=10
export CELERY_CONCURRENCY_S3=10
export TASKS_BROKER=redis://localhost:6379/3
export TASKS_RESULT_DB=redis://localhost:6379/4
# default user: should be updated in any environment
export FLOWER_BASIC_AUTH=monitor:monitor
export AWS_DEFAULT_REGION=eu-west-1