mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Clean Code
This commit is contained in:
parent
bb98fc87eb
commit
26fc642acc
@ -1,53 +1,10 @@
|
||||
const path = require('path')
|
||||
|
||||
const user = {
|
||||
// management can be enabled as explicit for public API servers when needed
|
||||
node: 0,
|
||||
knownNodes: [
|
||||
// Mainnet nodes
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: '127.0.0.1',
|
||||
port: 12391,
|
||||
enableManagement: true,
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: 'node1.qortal.org',
|
||||
port: 12391,
|
||||
enableManagement: false,
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: 'node2.qortal.org',
|
||||
port: 12391,
|
||||
enableManagement: false,
|
||||
},
|
||||
// Testnet nodes
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: '127.0.0.1',
|
||||
port: 62391,
|
||||
enableManagement: false,
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: 'node1.qortal.org',
|
||||
port: 62391,
|
||||
enableManagement: false,
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
domain: 'node2.qortal.org',
|
||||
port: 62391,
|
||||
enableManagement: false,
|
||||
},
|
||||
|
||||
],
|
||||
nodeSettings: {
|
||||
pingInterval: 10 * 1000, // (10 secs)
|
||||
},
|
||||
version: 'v1.6.3', // TODO: Set this dynamically...
|
||||
language: 'english', // default...english
|
||||
theme: 'light',
|
||||
server: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user