Cleanup
This commit is contained in:
parent
0cee9fa7ca
commit
25787fa8c6
11
.env
11
.env
@ -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
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user