Skip to content
Snippets Groups Projects
Commit 516b620a authored by Rafael Dias's avatar Rafael Dias
Browse files

[WIP] [ci-skip] update related #58


Signed-off-by: default avatarRafael <rpd17@inf.ufpr.br>
parent 9a14ad74
No related branches found
No related tags found
No related merge requests found
Pipeline #16453 skipped
......@@ -2,6 +2,9 @@ image: node:6.12.2
services:
- postgres:latest
-
name: "marula.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
alias: "monet"
variables:
POSTGRES_DB: 'blendb_fixture'
......
BLENDB_DB_USER=runner
BLENDB_DB_NAME=blendb_fixture
BLENDB_DB_PASSWORD=
BLENDB_DB_HOST=postgres
BLENDB_DB_PORT=5432
BLENDB_ADAPTER=postgres
PORT=3000
BLENDB_N_DB=1
BLENDB_DB0_USER=postgres
BLENDB_DB0_NAME=postgres
BLENDB_DB0_PASSWORD=mysecretpassword
BLENDB_DB0_HOST=localhost
BLENDB_DB0_PORT=5432
BLENDB_DB0_ADAPTER=postgres
BLENDB_DB1_USER=monetdb
BLENDB_DB1_NAME=monetdb
BLENDB_DB1_PASSWORD=monetdb
BLENDB_DB1_HOST=10.254.221.6
BLENDB_DB1_PORT=50000
BLENDB_DB1_ADAPTER=monet
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment