-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example.dev
More file actions
57 lines (42 loc) · 1004 Bytes
/
Copy path.env.example.dev
File metadata and controls
57 lines (42 loc) · 1004 Bytes
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
48
49
50
51
52
53
54
55
56
57
PG_USER=postgres
PG_PASSWORD=abc123ABC
ADMIN_EMAIL=abc@test.com
DB_HOST=localhost
DB_PORT=8001
DB_NAME=dizkaz
DB_USER=dizkaz_admin
DB_PASSWORD=abc123ABC
DEBUG=1
DOMAIN_NAME=localhost
SECOND_LEVEL_DOMAIN_NAME=xx.com
USER_DEFAULT_PASSWORD=abc123ABC
# Bridge IP between host and containers, only change when it's necessary
APP_LOCAL_HOST=172.17.0.1
# Listening by the app (inner of the app container)
APP_PORT=3000
# Exposed by the app container (behind nginx)
APP_OUTER_PORT=3000
# Exposed by nginx, reverse proxy of the app server
NGINX_PORT=3001
NGINX_SSL_PORT=8443
ANUBIS_PORT=8223
ANUBIS_METRIC_PORT=9090
SESSION_SECRET=xabc
CSRF_SECRET=xabc
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_USER=user
REDIS_PASSWORD=abc
REDISCLI_AUTH=abc
SMTP_SERVER=smtp.a.com
SMTP_SERVER_PORT=456
SMTP_USER=user
SMTP_PASSWORD=abc
SMTP_SENDER=abc@a.com
GOOGLE_CLIENT_ID=abc
GOOGLE_CLIENT_SECRET=xxx
GITHUB_CLIENT_ID=abc
GITHUB_CLIENT_SECRET=xxx
CLOUDFLARE_SITE_KEY=xxx
CLOUDFLARE_SECRET=xxx
APP_VERSION=0.1.0