diff --git a/freechat-client/.gitignore b/freechat-client/.gitignore index bb9700e..e3e553c 100644 --- a/freechat-client/.gitignore +++ b/freechat-client/.gitignore @@ -11,3 +11,5 @@ pages/css/ .vscode/ share/ node_modules/ + +dev/ diff --git a/freechat-client/example-dev-config.json b/freechat-client/example-dev-config.json index e9ab2b3..cd21f98 100644 --- a/freechat-client/example-dev-config.json +++ b/freechat-client/example-dev-config.json @@ -1,5 +1,4 @@ { - "username": "shockrah", "servers": [ { "name": "cool1", @@ -19,5 +18,5 @@ "ignore-me": "global's like this are mainly for default configuration things", "global-username": "shockrah", - "proxy": "one day this will be a thing" + "global-proxy": "one day this will be a thing but not today" }