bifrost/.env

9 lines
151 B
Bash
Raw 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
PORT=8000
LOG_LEVEL=info
DEBUG=true
MODULE_NAME=bifrost.main