diff --git a/.gitignore b/.gitignore index 0e8700e..e6989f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ node_modules .idea -public/build -public/index.html +public/ test/spec assets/cards/* client/scss/_cards.scss diff --git a/Config.example..js b/Config.example..js new file mode 100644 index 0000000..2cba948 --- /dev/null +++ b/Config.example..js @@ -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" +} \ No newline at end of file diff --git a/client/index.html b/client/index.html index 2ab54fa..44c554d 100644 --- a/client/index.html +++ b/client/index.html @@ -4,6 +4,8 @@