traefik/webui/src/_helpers/APP.js
Ludovic Fernandez 91f4ccf087
Add Traefik Hub button and deprecate Pilot
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2022-06-13 11:04:08 +02:00

8 lines
110 B
JavaScript

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