Skip to content

Commit ec282f3

Browse files
authored
Add OBP Portal env var to frontend build process
1 parent da7bfe1 commit ec282f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/prestart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func main() {
13-
config := []string{"VITE_OBP_API_HOST", "VITE_OBP_API_MANAGER_HOST"}
13+
config := []string{"VITE_OBP_API_HOST", "VITE_OBP_API_MANAGER_HOST", "VITE_OBP_API_PORTAL_HOST"}
1414
configMap := make(map[string]string)
1515

1616
for _, key := range config {

0 commit comments

Comments
 (0)