Replies: 2 comments
-
Hey @dpbevin would you mind sharing your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've followed the steps here to set up a portal with multiple APIs
https://zudoku.dev/docs/using-multiple-apis
But I'm trying to publish the portal to multiple environments with different URLs for each environment (standard cloud Dev/staging scenario).
Dev: htpss://dev.mysite.com
Staging: https://staging.mysite.com
Using my infrastructure (kubernetes), I've set up two paths relative to the base URL that route to different backend services.
API 1: /service1.json
API 2: /service2.json
Note: these are NOT files on the file system. The backend services deploy independently, so I need dynamic behaviour.
How can I resolve a relative URL (not file) from the zudoku config (or plugin)?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions