From 91a15d7278f74b66585074e9817440594f28ef4e Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sun, 1 Mar 2020 01:09:31 +0400
Subject: [PATCH] Fixed .envs. Description:

Fixed .env file to fix the auto-deploy issue.
Also, because of the new server, the database was cleaned up.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 .env.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.env.docker b/.env.docker
index c3cb928..bec2c41 100644
--- a/.env.docker
+++ b/.env.docker
@@ -1 +1 @@
-IDLE_TIMEOUT=10
\ No newline at end of file
+IDLE_TIMEOUT=10
-- 
GitLab