mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 23:43:01 +00:00
9 lines
110 B
JavaScript
9 lines
110 B
JavaScript
const APP = {
|
|
config: {
|
|
env: process.env.APP_ENV,
|
|
apiUrl: process.env.APP_API
|
|
}
|
|
}
|
|
|
|
export { APP }
|