Skip to content
Snippets Groups Projects
Commit 3cb867bf authored by Deepa Kumari's avatar Deepa Kumari
Browse files

adding trace

parent 8910cb33
No related branches found
No related tags found
1 merge request!452Introduce Partition-Core-Plus
Pipeline #214096 failed
......@@ -67,7 +67,7 @@ core-plus-tests:
CLIENT_TENANT: osdu
ENVIRONMENT: dev #if this is not specified, it just assumes that the service is running locally
PARTITION_BASE_URL: http://partition_service_image:8080/
CI_DEBUG_SERVICES: trace
CI_DEBUG_SERVICES: "trace"
script:
- echo "--- Install psql ---"
- apt-get update && apt-get install -y postgresql-client libpq-dev jq
......
......@@ -36,7 +36,7 @@ partition-property-kind=PartitionProperty
partition-namespace=partition
osmDriver=postgres
osm.postgres.url=jdbc:postgresql://127.0.0.1:5432/partition_db
osm.postgres.url=jdbc:postgresql://172.17.0.1:5432/partition_db
#Username and password to connect to the above url which contains the db name
#Has to be in sync with the user created using the bootstrapping scripts
osm.postgres.username=usr_partition_pg
......
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