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:
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user