From 74ad472e9e21b12096f1eb4589c4d8e42fd4a4a5 Mon Sep 17 00:00:00 2001
From: Bruno Nocera Zanette <bnzanette@inf.ufpr.br>
Date: Fri, 4 Sep 2015 17:49:32 -0300
Subject: [PATCH] Remove duplicated OrientDB config file

---
 config/orient_db.yml | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 config/orient_db.yml

diff --git a/config/orient_db.yml b/config/orient_db.yml
deleted file mode 100644
index 1eb710e90..000000000
--- a/config/orient_db.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-development:
-  host: localhost
-  database: PortalMECDev
-  username: admin
-  password: admin
-  port: 2480
-
-test:
-  host: mecdb2.c3sl.ufpr.br
-  database: PortalMEC
-  username: admin
-  password: admin
-  port: 2480
-
-production:
-  host: mecdb2.c3sl.ufpr.br
-  database: PortalMEC
-  username: admin
-  password: admin
-  port: 2480
-- 
GitLab