feat: load VM domain from settings

pull/1/head
Aravinth Manivannan 2022-06-25 17:57:23 +05:30
parent ec49caa973
commit 80d6664f0d
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 7 additions and 2 deletions

View File

@ -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",
},
}

View File

@ -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"
},
```