We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7bfe1 commit ec282f3Copy full SHA for ec282f3
Dockerfiles/prestart.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
func main() {
13
- 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"}
14
configMap := make(map[string]string)
15
16
for _, key := range config {
0 commit comments