4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
module.exports = {
|
||
|
port: '15000', //database port
|
||
|
auth: ['abaco2022']
|
||
|
}
|