Browse Source

Finalisation

Brendan Abolivier 9 years ago
parent
commit
7da62d3004
2 changed files with 5 additions and 2 deletions
  1. 3
    0
      .gitignore
  2. 2
    2
      web/params.cfg

+ 3
- 0
.gitignore View File

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

+ 2
- 2
web/params.cfg View File

1
 http_host: localhost
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
 node_port: 8000
4
 node_port: 8000
5
 db_host: localhost
5
 db_host: localhost
6
 db_dbname: burgerquizz
6
 db_dbname: burgerquizz