unwind/unwind-ui/src/config.ts
ducklet 9acd534706 make more aspects of API & UI hosting configurable
This is necessary to create proper dev & production builds of the app.
2021-08-05 19:18:51 +02:00

3 lines
59 B
TypeScript

export default {
api_url: `${process.env.API_URL}v1/`,
}