Skip to content

Commit

Permalink
Add OBP Portal env var to frontend build process
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaking authored Nov 26, 2024
1 parent da7bfe1 commit ec282f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/prestart.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec282f3

Please sign in to comment.