10 lines
217 B
Bash
10 lines
217 B
Bash
|
API_URL_BASE=https://api.digitalocean.com/v2
|
||
|
API_TOKEN=daf49849af95f3a06e5e235d8ae8a56c25cf35c0c5ab4b88baa559aac45d8bb5
|
||
|
HTPASSWD=/app/.htpasswd
|
||
|
HOST=0.0.0.0
|
||
|
PORT=80
|
||
|
LOG_LEVEL=info
|
||
|
DEBUG=true
|
||
|
|
||
|
MODULE_NAME=bifrost.main
|