fix configuration

This commit is contained in:
=
2020-03-12 17:28:07 +01:00
parent a958d313ba
commit cf5737239f
+1 -1
View File
@@ -2,6 +2,6 @@
"env": "production",
"api": {
"enabled": true,
"apiServerUrl": "http://192.168.1.89:9000"
"apiServerUrl": "http://localhost:9000"
}
}