-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
48 lines (34 loc) · 1.09 KB
/
.env.example
File metadata and controls
48 lines (34 loc) · 1.09 KB
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
MQTT_HOST=mqtt
MQTT_PORT=1883
REDIS_HOST=redis
REDIS_PORT=6379
HTTP_PORT=80
HTTPS_PORT=443
POSTFIX_PORT=25
PROM_EXPORTER_PORT=9101
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_USER=yourmail@gmail.com
SMTP_PASSWORD=yourpassword
TO_EMAIL=alert@example.com
FROM_EMAIL=system@example.com
MQTT_KEY_CACHE_TIME=3600
METERLOGGER_DB_NAME=nabovarme
METERLOGGER_DB_HOST=db
METERLOGGER_DB_PORT=3306
METERLOGGER_DB_USER=nabovarme
METERLOGGER_DB_PASSWORD=secret
MYSQL_ROOT_PASSWORD=secret
RUT901_ROUTER_IP=192.168.0.1
RUT901_ROUTER_USER=admin
RUT901_ROUTER_PASS=pass
INNODB_BUFFER_POOL_SIZE=32G
NOTIFICATION_CLOSE_WARNING_TIME=72
NOTIFICATION_OPEN_MESSAGE='Open notice: {info} open. {time_remaining} remaining. ({serial})'
NOTIFICATION_CLOSE_MESSAGE='Close notice: {info} closed. ({serial})'
NOTIFICATION_CLOSE_WARNING_MESSAGE='Close warning: {info}. {time_remaining} remaining. ({serial})'
GOOGLE_API_KEY=secret
GOOGLE_GEOLOCATION_API_URL=https://www.googleapis.com/geolocation/v1/geolocate?key=
WATCHER_REPO_URL=https://api.github.com/repos/nabovarme/MeterLogger/commits/master
ENABLE_DEBUG=false
SMSD_DRY_RUN=false