1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/public/Config.js
2015-07-03 11:36:59 +02:00

16 lines
199 B
JavaScript

window.Config = {};
Config.Server = {
"hostname": "localhost",
"port": 16918,
secure: false
}
Config.Gwent = {
notification_duration: 4000
}
Config.Site = {
base: "/gwent/site/public"
}