bifrost/.env

9 lines
149 B
Bash
Raw Permalink Normal View History

2020-05-03 19:20:52 +00:00
API_URL_BASE=https://api.digitalocean.com/v2
API_TOKEN=""
2020-05-04 06:33:09 +00:00
HTPASSWD=.htpasswd
HOST=0.0.0.0
2020-05-04 10:12:11 +00:00
PORT=80
2020-05-04 06:33:09 +00:00
LOG_LEVEL=info
DEBUG=true
MODULE_NAME=bifrost.main