Delete Config.example..js

This commit is contained in:
Tim Meier 2015-12-01 10:49:06 +01:00
parent ad68129ed1
commit eba6a8dec6
1 changed files with 0 additions and 16 deletions

View File

@ -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"
}