This commit is contained in:
mihaisc 2022-10-28 12:58:43 +03:00
parent 6ce5258d0e
commit d917025fd0
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
module.exports = {
statusApiUri:
process.env.NEXT_PUBLIC_STATUS_API_URI || 'http://localhost:8000'
statusApiUri: 'https://status-api.oceanprotocol.io/'
}