status-frontend/app.config.js

4 lines
96 B
JavaScript

module.exports = {
statusApiUri: process.env.NEXT_STATUS_API_URI || 'http://localhost:8000'
}