mirror of
https://github.com/twofas/2fas-server.git
synced 2024-11-22 02:10:38 +01:00
12 lines
168 B
Bash
12 lines
168 B
Bash
|
ENV=testing
|
||
|
DEBUG=true
|
||
|
|
||
|
MYSQL_HOST=mysql
|
||
|
MYSQL_PORT=3306
|
||
|
MYSQL_DATABASE=2fas
|
||
|
MYSQL_USERNAME=2fas
|
||
|
MYSQL_PASSWORD=2fas
|
||
|
|
||
|
API_LISTEN_ADDR=:8080
|
||
|
WEBSOCKET_LISTEN_ADDR=:8081
|