Init
This commit is contained in:
parent
264c97183e
commit
3faede7b1c
74 changed files with 6228 additions and 1 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
BOT_API_URL=https://api.telegram.org
|
||||
BOT_TOKEN=12345678:ABC-DEF1234ghIkl-zyx57W2P0s
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_NAME=govd
|
||||
DB_USER=govd
|
||||
DB_PASSWORD=password
|
||||
|
||||
REPO_URL=https://github.com/govdbot/govd
|
Loading…
Add table
Add a link
Reference in a new issue