Updated Config with .env File (markdown)

master
Hunter Long 2019-05-22 10:39:12 -07:00
parent d33df7e16e
commit b8283d2f48
1 changed files with 1 additions and 0 deletions

@ -19,6 +19,7 @@ ADMIN_PASS=admin
ADMIN_EMAIL=info@admin.com
USE_CDN=true
POSTGRES_SSL=false # enable ssl_mode for postgres (true/false)
DISABLE_LOGS=false # disable logs from appearing and writing to disk
IS_DOCKER=false
IS_AWS=false