pre-relase

This commit is contained in:
Killer Boss Original 2022-07-05 18:56:55 +02:00 committed by GitHub
parent 805621cb40
commit 4889b3757a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

2
password.js Normal file
View file

@ -0,0 +1,2 @@
password = ['abaco2022']
module.exports = password

View file

@ -1,4 +1,5 @@
auth = require('./password.js')
module.exports = { module.exports = {
port: '10009', //database port port: '10009', //database port
auth: ['abaco2022'] auth
} }