traefik/webui/src/_helpers/APP.js
Baptiste Mayelle 86cc6df374
feat: use dedicated entrypoint for the tunnels
Co-authored-by: Fernandez Ludovic <[ldez@users.noreply.github.com](mailto:ldez@users.noreply.github.com)>
2022-05-18 17:22:08 +02:00

9 lines
153 B
JavaScript

const APP = {
config: {
env: process.env.APP_ENV,
apiUrl: process.env.APP_API,
platformUrl: process.env.PLATFORM_URL
}
}
export { APP }