fix: boolean is better in env file

pull/4/head
Cameron Clough 2022-03-12 17:13:25 +00:00
parent cc2c85e669
commit 60ed89f23a
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ DB_PORT=5432
ALLOW_REGISTRATION=true
HTTP_INTERFACE=0.0.0.0
HTTP_PORT=3000
CAN_SEND_MAIL=1 # Skips sending mail, all attempted mail is logged under DEBUG
CAN_SEND_MAIL=true # Skips sending mail, all attempted mail is logged under DEBUG
SMTP_HOST="localhost" # credentials for smtp server to send account registration mails. if not filled in, get the generated tokens from the server.log manually
SMTP_PORT=25
SMTP_USER=root
@ -32,4 +32,4 @@ ATHENA_SECURE=1 # Disables crypto on Websocket server - use for testing on local
ATHENA_API_RATE_LIMIT=100 # Maxmium hits to /realtime/* per 30s
ATHENA_SOCKET_HOST="0.0.0.0"
ATHENA_SOCKET_PORT=4040
ATHENA_SOCKET_HEARTBEAT_FREQ=5000 # Higher the number = lower traffic, varies on how many devices are connected
ATHENA_SOCKET_HEARTBEAT_FREQ=5000 # Higher the number = lower traffic, varies on how many devices are connected