-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
34 lines (19 loc) · 871 Bytes
/
example.env
File metadata and controls
34 lines (19 loc) · 871 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
# Example .env file for configuring PONTOS
## BASE: for docker-compose.base.yml
#### Required configuration
PONTOS_DB_PASSWORD=yourverysecretpassword
#### Optional configuration
PONTOS_HUB_HTTP_PORT=80 # default: 80
PONTOS_TRAEFIK_DASHBOARD_PORT=8080 # default: 8080
PONTOS_EMQX_DASHBOARD_PORT=8081 # default: 8081
PONTOS_TRAEFIK_LOG_LEVEL=ERROR # default: ERROR
PONTOS_EMQX_LOG_LEVEL=warning # default: warning
## HTTPS: for docker-compose.https.yml
#### Required configuration
PONTOS_HOST=your-dns.com
PONTOS_ACME_EMAIL=your-email@address.com
#### Optional configuration
PONTOS_HUB_HTTPS_PORT=443 # default: 443
## AUTH: for docker-compose.auth.yml
#### Required configuration
PONTOS_JWT_SECRET=<generatesomethingveryrandomandkeepitverysecret>