database config convention
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
require('dotenv/config');
|
require('dotenv/config');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
development: {
|
local: {
|
||||||
username: 'root',
|
username: 'root',
|
||||||
password: 'water',
|
password: 'water',
|
||||||
database: 'base',
|
database: 'ucharify',
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
dialect: 'mysql'
|
dialect: 'mysql'
|
||||||
},
|
},
|
||||||
test: {
|
staging: {
|
||||||
username: 'root',
|
username: 'root',
|
||||||
password: null,
|
password: null,
|
||||||
database: 'database_test',
|
database: 'database_test',
|
||||||
|
|||||||
Reference in New Issue
Block a user