Add OBP Portal env var to frontend build process

This commit is contained in:
tesobe-daniel 2024-11-26 19:24:32 +01:00 committed by GitHub
parent da7bfe1703
commit ec282f3d3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {