Skip to content

Commit 171f480

Browse files
authored
Update README.md
1 parent 60fd6f8 commit 171f480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Restart=always
4949
RestartSec=5
5050
Environment="BOT_TOKEN=your_bot_token" # <====== REPLACE THIS
5151
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
5555

5656
[Install]
5757
WantedBy=multi-user.target

0 commit comments

Comments
 (0)