mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
11 lines
167 B
Bash
11 lines
167 B
Bash
DISCORD_TOKEN=
|
|
DISCORD_SECRET=
|
|
HTTP_PORT=8080
|
|
HTTP_HOST=http://example.com:8080
|
|
DB_TYPE=sqlite
|
|
DB_HOST=
|
|
DB_PORT=
|
|
DB_NAME=
|
|
DB_USER=
|
|
DB_PASS=
|
|
DB_TABLE_PREFIX=dsctickets_ |