mit.db/settings.js

5 lines
96 B
JavaScript
Raw Permalink Normal View History

2022-07-05 18:56:55 +02:00
auth = require('./password.js')
2022-07-04 19:37:50 +02:00
module.exports = {
2022-07-05 14:52:32 +02:00
port: '10009', //database port
2022-07-05 18:56:55 +02:00
auth
2022-07-04 19:37:50 +02:00
}