status-frontend/app.config.js

5 lines
107 B
JavaScript
Raw Permalink Normal View History

2022-09-30 12:16:56 +02:00
module.exports = {
2022-10-18 09:15:40 +02:00
statusApiUri:
2022-10-18 19:17:32 +02:00
process.env.NEXT_PUBLIC_STATUS_API_URI || 'http://localhost:8000'
2022-09-30 12:16:56 +02:00
}