forked from Qortal/qortal
Initial settings for data node development. Most to be decided later.
This commit is contained in:
parent
e3b0a41ba9
commit
86aab7023c
4
pom.xml
4
pom.xml
@ -2,8 +2,8 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.qortal</groupId>
|
<groupId>org.qortal</groupId>
|
||||||
<artifactId>qortal</artifactId>
|
<artifactId>qortal-data</artifactId>
|
||||||
<version>1.5.4</version>
|
<version>0.1.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<skipTests>true</skipTests>
|
<skipTests>true</skipTests>
|
||||||
|
@ -29,11 +29,11 @@ import org.qortal.crosschain.Litecoin.LitecoinNet;
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
public class Settings {
|
public class Settings {
|
||||||
|
|
||||||
private static final int MAINNET_LISTEN_PORT = 12392;
|
private static final int MAINNET_LISTEN_PORT = 12394;
|
||||||
private static final int TESTNET_LISTEN_PORT = 62392;
|
private static final int TESTNET_LISTEN_PORT = 62394;
|
||||||
|
|
||||||
private static final int MAINNET_API_PORT = 12391;
|
private static final int MAINNET_API_PORT = 12393;
|
||||||
private static final int TESTNET_API_PORT = 62391;
|
private static final int TESTNET_API_PORT = 62393;
|
||||||
|
|
||||||
private static final Logger LOGGER = LogManager.getLogger(Settings.class);
|
private static final Logger LOGGER = LogManager.getLogger(Settings.class);
|
||||||
private static final String SETTINGS_FILENAME = "settings.json";
|
private static final String SETTINGS_FILENAME = "settings.json";
|
||||||
|
Loading…
Reference in New Issue
Block a user