-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (28 loc) · 808 Bytes
/
.env.example
File metadata and controls
37 lines (28 loc) · 808 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
# VanDaemon Environment Configuration
# Application Environment
ASPNETCORE_ENVIRONMENT=Production
# API Configuration
API_PORT=5000
WEB_PORT=8080
# Plugin Configuration
# Options: Simulated, Modbus, I2C, Victron
DEFAULT_SENSOR_PLUGIN=Simulated
DEFAULT_CONTROL_PLUGIN=Simulated
# Modbus Configuration (if using Modbus plugin)
MODBUS_IP_ADDRESS=192.168.1.100
MODBUS_PORT=502
MODBUS_TIMEOUT=5000
# I2C Configuration (if using I2C plugin)
I2C_BUS=1
# Victron Configuration (if using Victron plugin)
VICTRON_MQTT_BROKER=192.168.1.101
VICTRON_MQTT_PORT=1883
VICTRON_DEVICE_ID=d41243b25c9b
# Logging Configuration
LOG_LEVEL=Information
LOG_FILE_PATH=/app/logs
# Refresh Intervals (in seconds)
TANK_REFRESH_INTERVAL=5
CONTROL_REFRESH_INTERVAL=2
# Database Configuration
DATABASE_PATH=/app/data/vandaemon.db