1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

change lobby screen

This commit is contained in:
devfake
2015-07-03 11:36:59 +02:00
parent a6dbba198f
commit e0976d4ac0
9 changed files with 211 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
window.Config = {};
Config.Server = {
"hostname": "192.168.123.1",
"hostname": "localhost",
"port": 16918,
secure: false
}
@@ -12,5 +12,5 @@ Config.Gwent = {
}
Config.Site = {
base: "/gwent-online/site/public"
base: "/gwent/site/public"
}