1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-10-09 07:39:08 +00:00

some responsive stuff

This commit is contained in:
exane
2015-07-02 18:17:33 +02:00
parent 89b1396c50
commit 2de34251b5
8 changed files with 66 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
window.Config = {};
Config.Server = {
"hostname": "localhost",
"hostname": "192.168.123.1",
"port": 16918,
secure: false
}