set cfg to env

This commit is contained in:
Smile Rex
2025-01-24 15:08:41 +03:00
parent 8dd981f0f6
commit e690b65294
2 changed files with 16 additions and 14 deletions

View File

@@ -1,2 +1,12 @@
### Сборка
```go build```
## ENVIRONMENT
```Go
os.Getenv("BOT_TOKEN")
os.Getenv("DB_HOST")
os.Getenv("DB_NAME")
os.Getenv("DB_USER")
os.Getenv("DB_PASS")
```