This commit is contained in:
tanshu 2020-05-04 12:03:09 +05:30
parent 0cee9fa7ca
commit 25787fa8c6
2 changed files with 8 additions and 6 deletions

11
.env
View File

@ -1,6 +1,9 @@
DEBUG=true
HOST=0.0.0.0
PORT=8000
API_URL_BASE=https://api.digitalocean.com/v2
API_TOKEN=""
HTPASSWD=.htpasswd
HTPASSWD=.htpasswd
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=info
DEBUG=true
MODULE_NAME=bifrost.main

View File

@ -38,6 +38,5 @@ def update_view(
"domain": domain,
"name": name,
"current_ip": current_ip,
"api_base": settings.api_url_base,
"api_token": settings.api_token,
"username": username
}