pre-relase
This commit is contained in:
parent
805621cb40
commit
4889b3757a
2 changed files with 4 additions and 1 deletions
2
password.js
Normal file
2
password.js
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
password = ['abaco2022']
|
||||||
|
module.exports = password
|
|
@ -1,4 +1,5 @@
|
||||||
|
auth = require('./password.js')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
port: '10009', //database port
|
port: '10009', //database port
|
||||||
auth: ['abaco2022']
|
auth
|
||||||
}
|
}
|
Loading…
Reference in a new issue