mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2025-02-14 21:10:31 +01:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
module.exports = {
|
|
statusServiceUri: process.env.NEXT_STATUS_API_URI || 'http://localhost:3000'
|
|
}
|