Added utils.WriteOption and refactor, added enablePublicDashb0oard

This commit is contained in:
Paulo Truta
2021-06-20 22:04:12 +00:00
parent 380172f6f0
commit 4614a0f070
3 changed files with 36 additions and 96 deletions
+2
View File
@@ -341,6 +341,8 @@ func EnablePublicDashboard(InternetURL string) bool {
env, _ := godotenv.Unmarshal("INTERNET_URL=" + InternetURL)
_ = godotenv.Write(env, envFilePath)
buildFrameworkContainers()
return true
}