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