Skip to content
Snippets Groups Projects
Commit 550611f6 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

:green_heart: Change db in ci file

parent 08a3c298
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!50Feature teacher route
Pipeline #
...@@ -18,7 +18,7 @@ run_tests: ...@@ -18,7 +18,7 @@ run_tests:
- ping -W1 -c1 mongo - ping -W1 -c1 mongo
- mv config.json.example config.json - mv config.json.example config.json
- sed -i -e 's/false/true/g' config.json - sed -i -e 's/false/true/g' config.json
- sed -i -e 's/simcaq_dev/simcaq_dev2/g' config.json - sed -i -e 's/simcaq_dev/simcaq_dev3/g' config.json
- gulp build - gulp build
- gulp test - gulp test
tags: tags:
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"monetdb": { "monetdb": {
"host": "simcaqdb3.c3sl.ufpr.br", "host": "simcaqdb3.c3sl.ufpr.br",
"port": 50000, "port": 50000,
"dbname": "simcaq_dev3", "dbname": "simcaq_dev",
"user": "monetdb", "user": "monetdb",
"password":"monetdb", "password":"monetdb",
"nrConnections": "4" "nrConnections": "4"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"monetdb": { "monetdb": {
"host": "simcaqdb3.c3sl.ufpr.br", "host": "simcaqdb3.c3sl.ufpr.br",
"port": 50000, "port": 50000,
"dbname": "simcaq_dev3", "dbname": "simcaq_dev",
"user": "monetdb", "user": "monetdb",
"password":"monetdb", "password":"monetdb",
"nrConnections": "4" "nrConnections": "4"
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
"monetdb": { "monetdb": {
"host": "simcaqdb3.c3sl.ufpr.br", "host": "simcaqdb3.c3sl.ufpr.br",
"port": 50000, "port": 50000,
"dbname": "simcaq_dev3", "dbname": "simcaq_dev",
"user": "monetdb", "user": "monetdb",
"password":"monetdb", "password":"monetdb",
"nrConnections": "4" "nrConnections": "4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment