소스 검색

Finalisation

Brendan Abolivier 9 년 전
부모
커밋
7da62d3004
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    0
      .gitignore
  2. 2
    2
      web/params.cfg

+ 3
- 0
.gitignore 파일 보기

@@ -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 파일 보기

@@ -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