Skip to content

Commit

Permalink
Fixes (description)
Browse files Browse the repository at this point in the history
when using docker env files should not contain space between variable and "=" mark.
  • Loading branch information
AnjanaMadu authored and subinps committed Dec 30, 2021
1 parent cecf600 commit 076b13f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions env.sample
Original file line number Diff line number Diff line change
@@ -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"
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

0 comments on commit 076b13f

Please sign in to comment.