diff --git a/Config-with-.env-File.md b/Config-with-.env-File.md index 25db804..1d54fca 100644 --- a/Config-with-.env-File.md +++ b/Config-with-.env-File.md @@ -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