all basic config done

This commit is contained in:
Arjun Patel
2019-02-23 19:19:57 -08:00
parent 4accd39079
commit 7634a66a18
8 changed files with 36 additions and 13 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
require('dotenv/config');
module.exports = {
local: {
development: {
username: 'root',
password: 'water',
database: 'ucharify',
host: 'localhost',
dialect: 'mysql'
},
staging: {
test: {
username: 'root',
password: null,
database: 'database_test',