-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.env
19 lines (18 loc) · 957 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
VWSFRIEND_USERNAME='admin'
VWSFRIEND_PASSWORD='secret' # For security reasons please change the default password and remove this comment!
WECONNECT_USER='test@test.de'
WECONNECT_PASSWORD='secret'
WECONNECT_SPIN= # Pin is only necessary for locking/unlocking in Homekit. If you don't want this keep WECONNECT_PIN empty
WECONNECT_INTERVAL=300
DB_USER='admin'
DB_PASSWORD='secret' # For security reasons please change the default password and remove this comment!
ADDITIONAL_PARAMETERS=-vv
# If you don't want to use Apple Homekit you can ignore these settings!
# The following settings are only used with homekit in macvlan mode!
# Set HOMEKIT_IP to a free IP address in your network
# Configure HOMEKIT_MASK and HOMEKIT_GW with the correct settings for your network
# In macvlan mode you reach the VWsFriend UI through the configured HOMEKIT_IP on port 4000
HOMEKIT_INTERFACE=eth0
HOMEKIT_IP=192.168.0.234
HOMEKIT_MASK=192.168.0.0/24
HOMEKIT_GW=192.168.0.1