Browse Source

change

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

2
.gitignore vendored

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
/db/config.js
/db
# 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: "database1"
database: "database"
}
Loading…
Cancel
Save