-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 860 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (25 loc) · 860 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
# Aliyun image location used by compose.yaml
IMAGE_REGISTRY=registry.cn-shenzhen.aliyuncs.com
IMAGE_NAMESPACE=your-namespace
IMAGE_TAG=latest
# Only Nginx is published to the host.
WEB_PORT=80
BASIC_AUTH_USER=admin
BASIC_AUTH_PASSWORD=change-this-password
# TeslaMate collector stack. Generate strong values before production use:
# openssl rand -base64 48
MOSQUITTO_TAG=2
TESLAMATE_TAG=latest
TM_ENCRYPTION_KEY=replace-with-a-long-random-encryption-key
TM_DB_USER=teslamate
TM_DB_PASS=replace-with-a-strong-database-password
TM_DB_NAME=teslamate
TZ=Asia/Shanghai
# This read-only role is created automatically by the db-init service.
DASHBOARD_DB_USER=dashboard_readonly
DASHBOARD_DB_PASSWORD=replace-with-a-different-strong-password
# Optional API tuning
DISPLAY_TIME_ZONE=Asia/Shanghai
STATEMENT_TIMEOUT_MS=15000
DB_POOL_MIN_SIZE=1
DB_POOL_MAX_SIZE=5