mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-20 11:26:54 +00:00
commit
This commit is contained in:
parent
757c8deab5
commit
ad68129ed1
16
Config.example.js
Normal file
16
Config.example.js
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
window.Config = {};
|
||||
|
||||
Config.Server = {
|
||||
"hostname": "192.168.123.1",
|
||||
"port": 16918,
|
||||
secure: false
|
||||
}
|
||||
|
||||
Config.Gwent = {
|
||||
notification_duration: 4000
|
||||
}
|
||||
|
||||
Config.Site = {
|
||||
base: "/gwent-online/site/public"
|
||||
}
|
BIN
assets/action-load.gif
Normal file
BIN
assets/action-load.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
1146
client/css/app.css
Normal file
1146
client/css/app.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user