-
Notifications
You must be signed in to change notification settings - Fork 0
Database
Shodiqul Muzaki edited this page Jul 25, 2016
·
1 revision
create database.json in directory /App/config/ structure like this
{
"dev" : {
"driver" : "mongodb",
"mongodb" : {
"connection" : {
"host" : "localhost",
"port" : 27017,
"db" : "duku"
}
}
},
"production" : {
"driver" : "mongodb",
"mongodb" : {
"connection" : {
"host" : "localhost",
"port" : 27017,
"db" : "duku"
}
}
}
}