From 9c738f1b091930ab3ed4ff1adaaad89d7188de72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@c3sl.ufpr.br>
Date: Mon, 4 Jul 2016 10:52:08 -0300
Subject: [PATCH] Update config to use simcaqdb1 by default in the API

---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 52660e85..8f60036a 100644
--- a/config.json
+++ b/config.json
@@ -1,9 +1,9 @@
 {
     "port": 3000,
     "monetdb": {
-        "host": "localhost",
+        "host": "simcaqdb1",
         "port": 50000,
-        "dbname": "simcaq",
+        "dbname": "simcaq_dev",
         "user": "monetdb",
         "password":"monetdb"
     },
-- 
GitLab