diff --git a/public/config.default.json b/public/config.default.json index 67acc5b7d3..2d9225ec9e 100644 --- a/public/config.default.json +++ b/public/config.default.json @@ -2,5 +2,6 @@ "socket" : { "address" : "localhost", "port" : "4567" - } + }, + "api_url" : "localhost" } \ No newline at end of file