mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-22 01:46:56 +01:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
module.exports = {
|
|
statusServiceUri: process.env.NEXT_STATUS_API_URI || 'http://localhost:8080'
|
|
}
|