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

16 lines
206 B
JavaScript
Raw Normal View History

2015-06-19 16:40:35 +00:00
window.Config = {};
Config.Server = {
"hostname": "localhost",
"port": 16918,
secure: false
2015-06-22 14:30:11 +00:00
}
2015-07-01 07:17:29 +00:00
Config.Gwent = {
notification_duration: 4000
}
2015-06-22 14:30:11 +00:00
Config.Site = {
base: "/gwent-online/site/public"
2015-06-19 16:40:35 +00:00
}