mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
Add OBP Portal env var to frontend build process
This commit is contained in:
parent
da7bfe1703
commit
ec282f3d3b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user