Brendan Abolivier před 9 roky
rodič
revize
7da62d3004
2 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 3
    0
      .gitignore
  2. 2
    2
      web/params.cfg

+ 3
- 0
.gitignore Zobrazit soubor

@@ -7,3 +7,6 @@ test*
7 7
 
8 8
 # Node.js modules
9 9
 multi/server/node_modules/*
10
+
11
+# Sonar files
12
+sonar-project.properties

+ 2
- 2
web/params.cfg Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 http_host: localhost
2
-http_path: /burger-quizz/web/
3
-node_host: 149.91.82.239
2
+http_path: /
3
+node_host: localhost
4 4
 node_port: 8000
5 5
 db_host: localhost
6 6
 db_dbname: burgerquizz