status-frontend/app.config.js

4 lines
96 B
JavaScript
Raw Normal View History

2022-09-30 12:16:56 +02:00
module.exports = {
statusApiUri: process.env.NEXT_STATUS_API_URI || 'http://localhost:8000'
2022-09-30 12:16:56 +02:00
}