4
1
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:
AlphaX-Projects 2022-01-26 08:25:17 -08:00 committed by GitHub
parent bb98fc87eb
commit 26fc642acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {