Commit 82e694e8 authored by Choi Ga Young's avatar Choi Ga Young
Browse files

채린 머지 서버에러수정

parent 1a1b300b
......@@ -14,7 +14,7 @@ function Apply() {
time: "시간",
room: "9-116",
name: "종윤",
_id: "5f6fa20001988e5604603870",
_id: "5f786720c45bbf6c68899c51",
reason: "study hard",
member: "jinju rkyoung",
approve: false,
......
......@@ -5,7 +5,7 @@ module.exports = () => {
if (process.env.NODE_ENV !== 'production') {
mongoose.set('debug', true);
}
mongoose.connect('mongodb://cherry:1q2w3e4r@localhost:27017/admin', {
mongoose.connect('mongodb://rkyoung7:rkdud127@localhost:27017/admin', {
dbName: 'ku_rental', useNewUrlParser: true, useUnifiedTopology: true,
}, (error) => {
if (error) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment