diff --git a/dashboard/settings.py b/dashboard/settings.py index 9df86bd..4f72c1d 100644 --- a/dashboard/settings.py +++ b/dashboard/settings.py @@ -186,7 +186,9 @@ HOSTEA = { "REMOTE": "git@localhost:Hostea/enough.git", # SSH key that can push to the Git repository remote mentioned above "SSH_KEY": "/srv/hostea/deploy", - } + }, + # domain where new VMs will be created + "HOSTEA_DOMAIN": "hostea.org", }, } diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 044929e..dbf6a27 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -86,7 +86,10 @@ HOSTEA = { "REMOTE": "git@localhost:Hostea/enough.git", # SSH key that can push to the Git repository remote mentioned above "SSH_KEY": "/srv/hostea/deploy", - } + }, + # domain where new VMs will be created + "HOSTEA_DOMAIN": "hostea.org" + }, ```