From cebe008af6a37006874fcd268fb359a22cfd052f Mon Sep 17 00:00:00 2001 From: Anjana Madu <86356062+AnjanaMadu@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:10:25 +0530 Subject: [PATCH] Fixes (description) when using docker env files should not contain space between variable and "=" mark. --- env.sample | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/env.sample b/env.sample index 736facda..26ad18c2 100644 --- a/env.sample +++ b/env.sample @@ -1,6 +1,6 @@ -API_ID = 12345 -API_HASH = 0123456789abcdef0123456789abcdef -BOT_TOKEN = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 -SESSION_STRING = ABC-DEF1234ghIkl-zyx57W2v1u123ew11_ABC-DEF1234ghIkl-zyx57W2v1u123ew11 -CHAT = -10012345678 -ADMINS = "1234567890 9876543210" \ No newline at end of file +API_ID=12345 +API_HASH=0123456789abcdef0123456789abcdef +BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 +SESSION_STRING=ABC-DEF1234ghIkl-zyx57W2v1u123ew11_ABC-DEF1234ghIkl-zyx57W2v1u123ew11 +CHAT=-10012345678 +ADMINS=1234567890 9876543210