mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +01:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
module.exports = {
|
|
statusApiUri:
|
|
process.env.NEXT_PUBLIC_STATUS_API_URI || 'http://localhost:8000'
|
|
}
|