feat: started working with api
This commit is contained in:
10
.env.example
10
.env.example
@@ -1,3 +1,11 @@
|
||||
XUI_HOST=
|
||||
XUI_USER=
|
||||
XUI_PASSWORD=
|
||||
XUI_PASSWORD=
|
||||
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
DB_NAME=
|
||||
DB_PORT=
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
|
||||
|
||||
BOT_TOKEN=
|
||||
Reference in New Issue
Block a user