From 4889b3757ae703a5842f69c70611b616f914569b Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Tue, 5 Jul 2022 18:56:55 +0200 Subject: [PATCH] pre-relase --- password.js | 2 ++ settings.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 password.js diff --git a/password.js b/password.js new file mode 100644 index 0000000..f6aa2fb --- /dev/null +++ b/password.js @@ -0,0 +1,2 @@ +password = ['abaco2022'] +module.exports = password \ No newline at end of file diff --git a/settings.js b/settings.js index d805175..d727d67 100644 --- a/settings.js +++ b/settings.js @@ -1,4 +1,5 @@ +auth = require('./password.js') module.exports = { port: '10009', //database port - auth: ['abaco2022'] + auth } \ No newline at end of file