Browse Source

change

pull/1/head
遇见 4 years ago
parent
commit
0f500196c6
  1. 1
      .gitignore
  2. 2
      YuJian-Blog-Server/db/config.js

1
.gitignore vendored

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/db/config.js
# local env files
.env.local

2
YuJian-Blog-Server/db/config.js

@ -3,5 +3,5 @@ module.exports = { @@ -3,5 +3,5 @@ module.exports = {
port: "port",
user: "user",
password: "password",
database: "database"
database: "database1"
}
Loading…
Cancel
Save