From c341378d665152fc0a01618505f7a13a76c16d1e Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Tue, 11 Sep 2018 22:51:53 +0200
Subject: [PATCH] test db config for ci

---
 test-db-ci.properties | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 test-db-ci.properties

diff --git a/test-db-ci.properties b/test-db-ci.properties
new file mode 100644
index 0000000000..a473fd9c20
--- /dev/null
+++ b/test-db-ci.properties
@@ -0,0 +1,3 @@
+database.uri=jdbc:postgresql://postgres:5432/map_viewer
+database.username=map_viewer
+database.password=123qweasdzxc
-- 
GitLab