From eba6a8dec659c330bdd02014527d52c62c9481af Mon Sep 17 00:00:00 2001 From: Tim Meier Date: Tue, 1 Dec 2015 10:49:06 +0100 Subject: [PATCH] Delete Config.example..js --- Config.example..js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Config.example..js diff --git a/Config.example..js b/Config.example..js deleted file mode 100644 index 2cba948..0000000 --- a/Config.example..js +++ /dev/null @@ -1,16 +0,0 @@ - -window.Config = {}; - -Config.Server = { - "hostname": "192.168.123.1", - "port": 16918, - secure: false -} - -Config.Gwent = { - notification_duration: 4000 -} - -Config.Site = { - base: "/gwent-online/site/public" -} \ No newline at end of file