You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ Restart=always
49
49
RestartSec=5
50
50
Environment="BOT_TOKEN=your_bot_token"# <====== REPLACE THIS
51
51
Environment="DEBUG=False"
52
-
Environment="LIMIT_BOT_ACCESS=False"# <====== REPLACE THIS (optional) Type: Boolean
53
-
Environment="ALLOWED_USERNAMES="# <====== REPLACE THIS (value is optional) Type: string separated by commas. Example: ALLOWED_USERNAMES=username1,username2,username3
54
-
Environment="ALLOWED_CHAT_IDS="# <====== REPLACE THIS (value is optional) Type: string separated by commas Example: ALLOWED_CHAT_IDS=12349,12345,123456
52
+
Environment="LIMIT_BOT_ACCESS=False"# <====== REPLACE THIS (value is optional. False by default) Type: Boolean
53
+
Environment="ALLOWED_USERNAMES="# <====== REPLACE THIS (value is optional) Type: string separated by commas. Example: ALLOWED_USERNAMES=username1,username2,username3
54
+
Environment="ALLOWED_CHAT_IDS="# <====== REPLACE THIS (value is optional) Type: string separated by commas Example: ALLOWED_CHAT_IDS=12349,12345,123456
0 commit comments