Just reminder about .env permissions

This commit is contained in:
localhost_frssoft 2023-01-10 21:19:39 +03:00
parent 9d7df8202b
commit 1fa4bc583e
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@ For telegram, it can be represented as a single bot.
```mv .env.example .env```
```nano .env```
```nano .env```
Make sure the .env file have permissions 600 (read\write only for owner)
```chmod 600 .env```
#### Run on *unix-like systems: