mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-02 18:35:53 +00:00
Clean Code
This commit is contained in:
parent
bb98fc87eb
commit
26fc642acc
@ -1,53 +1,10 @@
|
|||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
const user = {
|
const user = {
|
||||||
// management can be enabled as explicit for public API servers when needed
|
|
||||||
node: 0,
|
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: {
|
nodeSettings: {
|
||||||
pingInterval: 10 * 1000, // (10 secs)
|
pingInterval: 10 * 1000, // (10 secs)
|
||||||
},
|
},
|
||||||
version: 'v1.6.3', // TODO: Set this dynamically...
|
|
||||||
language: 'english', // default...english
|
language: 'english', // default...english
|
||||||
theme: 'light',
|
theme: 'light',
|
||||||
server: {
|
server: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user