Skip to content

Commit f64431e

Browse files
authored
dashboard: remove default API_URL value (#85)
1 parent 1c1660b commit f64431e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
env: {
3-
API_URL: process.env.API_URL || 'http://127.0.0.4:4000/graphql',
3+
API_URL: process.env.API_URL,
44
WS_URL: process.env.WS_URL,
55
},
66
exportPathMap: function () {

0 commit comments

Comments
 (0)