status-frontend/app.config.js

4 lines
100 B
JavaScript
Raw Normal View History

2022-09-30 12:16:56 +02:00
module.exports = {
2022-10-05 13:15:54 +02:00
statusServiceUri: process.env.NEXT_STATUS_API_URI || 'http://localhost:8080'
2022-09-30 12:16:56 +02:00
}