From 6671713f0ac29a0198d3759923ff198deed5d356 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Tue, 3 Sep 2019 15:12:19 +0200 Subject: [PATCH] Fix minor issue --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ca9056..abef6bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,7 +138,7 @@ ENV DEBUG_IRC_PARSED_ENABLED="false" ENV DEBUG_IRC_PARSED_ID="" # Load configuration from environment variables. -ENV CONFIG_FROM_ENVIRONMENT="true" +ENV CONFIG_FROM_ENVIRONMENT="false" # Specify the database backend. Allowed values: SQLite or PostgreSQL ENV DB_BACKEND="SQLite" diff --git a/README.md b/README.md index f62de9f..ea0dcbe 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Limit parsed IRC logging to this network ID. Implies Load configuration from environment variables. -Default: `true` +Default: `false` ### DB_BACKEND -- GitLab