2021-12-25 14:39:47 +01:00
|
|
|
const user = require('./default.config.js').user
|
2024-05-08 13:16:23 +02:00
|
|
|
|
2021-12-25 14:39:47 +01:00
|
|
|
module.exports = {
|
|
|
|
node: 0, // set to mainnet
|
|
|
|
server: {
|
|
|
|
primary: {
|
|
|
|
port: 12388, // set as default UI port
|
2024-05-08 13:16:23 +02:00
|
|
|
address: '0.0.0.0' // can specify an IP for a fixed bind
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|