diff --git a/config/database.py b/config/database.py
index 11623eb..4291974 100755
--- a/config/database.py
+++ b/config/database.py
@@ -1,4 +1,4 @@
-main_db = {
+db_main = {
     'host'       : 'localhost',
     'user'       : 'root',
     'password'   : '',