forked from ATNoG/NEF_emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv-file-for-local.dev
47 lines (41 loc) · 1.03 KB
/
env-file-for-local.dev
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
44
45
46
47
# copy this file to .env
# cp env-file-for-local.dev .env
DOMAIN=localhost
DOCKER_IMAGE_BACKEND=backend
DOCKER_IMAGE_FRONTEND=frontend
DOCKER_IMAGE_REPORT=report
DOCKER_IMAGE_PRODUCER=producer
# Backend
SERVER_NAME=localhost
SERVER_HOST=localhost
SERVER_PORT=8888
BACKEND_CORS_ORIGINS=["https://5g-api-emulator.medianetlab.eu","http://localhost"]
PROJECT_NAME=NEF_Emulator
SECRET_KEY=2D47CF2958CEC7CC86C988E9F9684
FIRST_SUPERUSER_PASSWORD=pass
SMTP_TLS=True
SMTP_PORT=465
SMTP_HOST=mail.host.com
SMTP_USER=user
SMTP_PASSWORD=pass
SENTRY_DSN=
USERS_OPEN_REGISTRATION=true
# Postgres
# info: POSTGRES_USER value ('postgres') is hard-coded in /pgadmin/servers.json
POSTGRES_SERVER=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=pass
POSTGRES_DB=app
# PgAdmin
PGADMIN_LISTEN_PORT=5050
PGADMIN_DEFAULT_PASSWORD=pass
# Mongo
MONGO_USER=root
MONGO_PASSWORD=pass
# MongoExpress
MONGO_EXPRESS_ENABLE_ADMIN=true
#Report
REPORT_PATH=../shared/report.json