[odrs-web] Modify default db name
- From: Andrea Veri <averi src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [odrs-web] Modify default db name
 
- Date: Wed, 14 Nov 2018 13:59:37 +0000 (UTC)
 
commit b3c98c38b0dfd732a8edbc1f7411a219dc7c1951
Author: Andrea Veri <averi redhat com>
Date:   Wed Nov 14 14:59:29 2018 +0100
    Modify default db name
 app_data/app/db.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/app/db.py b/app_data/app/db.py
index 547f256..5530a63 100644
--- a/app_data/app/db.py
+++ b/app_data/app/db.py
@@ -97,7 +97,7 @@ class Database(object):
                 self._db = mdb.connect(os.environ['MYSQL_DB_HOST'],
                                        os.environ['MYSQL_DB_USERNAME'],
                                        os.environ['MYSQL_DB_PASSWORD'],
-                                       'odrs',
+                                       'odrsdev',
                                        use_unicode=True, charset='utf8')
             else:
                 self._db = mdb.connect('localhost', 'test', 'test', 'odrs',
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]