Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Marko Milić 2024-11-27 12:17:28 +01:00
commit 385d06c827

View File

@ -10,7 +10,7 @@ import (
)
func main() {
config := []string{"VITE_OBP_API_HOST", "VITE_OBP_API_MANAGER_HOST"}
config := []string{"VITE_OBP_API_HOST", "VITE_OBP_API_MANAGER_HOST", "VITE_OBP_API_PORTAL_HOST"}
configMap := make(map[string]string)
for _, key := range config {