We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1660b commit f64431eCopy full SHA for f64431e
dashboard/next.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
env: {
3
- API_URL: process.env.API_URL || 'http://127.0.0.4:4000/graphql',
+ API_URL: process.env.API_URL,
4
WS_URL: process.env.WS_URL,
5
},
6
exportPathMap: function () {
0 commit comments