add warning about .env file
This commit is contained in:
parent
7c75f786cb
commit
381b198427
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ For telegram, it can be represented as a single bot.
|
|||
|
||||
```nano .env```
|
||||
|
||||
Make sure the .env file have permissions 600 (read\write only for owner)
|
||||
|
||||
```chmod 600 .env```
|
||||
|
||||
#### Edit ```config.yaml```
|
||||
|
||||
```nano config.yaml```
|
||||
|
|
Reference in a new issue