mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
expose public URI routes in ui
This commit is contained in:
parent
9ba1334e2b
commit
4ef4badec3
3 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
module.exports = {
|
||||
// target: 'serverless',
|
||||
publicRuntimeConfig: {
|
||||
apiPublicURI: process.env.API_PUBLIC_URI,
|
||||
uiPublicURI: process.env.UI_PUBLIC_URI,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue