-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathxServer.conf
46 lines (41 loc) · 1.5 KB
/
xServer.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
####X42 Node Settings####
#Node Address
address=localhost
#Node Port
#port=42220
####SSH Settings####
#SSH Server Address
#sshserveraddress=127.0.0.1
#SSH Server Port
#sshport=22
#SSH Server Username
#sshusername=username
#SSH Password
#sshpassword=password
#SSH Local Bound Address
#sshlocalboundaddress=127.0.0.1
#SSH Local Bound Port
#sshlocalboundport=42220
####Database Settings####
#Connection string for database.
connectionstring=User ID=postgres;Password=postgres;Host=postgres;Port=5432;Database=x42;
mongoconnectionstring=mongodb://localhost:27017
mongodbname=xserverdb
####API Settings####
#URI to node's API interface. Defaults to 'http://0.0.0.0'.
apiuri=http://0.0.0.0
#Port of node's API interface. Defaults to 4242.
#apiport=4242
#Keep Alive interval (set in seconds). Default: 0 (no keep alive).
#keepalive=0
#Use HTTPS protocol on the API. Default is false.
#usehttps=false
#Path to the file containing the certificate to use for https traffic encryption. Password protected files are not supported. On MacOs, only p12 certificates can be used without password.
#Please refer to .Net Core documentation for usage: 'https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificate2.-ctor?view=netcore-2.1#System_Security_Cryptography_X509Certificates_X509Certificate2__ctor_System_Byte___'.
#certificatefilepath=
#Enable swagger. Defaults to false.
enableswagger=true
####Network Settings####
#Manually connect to servernode.
#connect=<string>
#bypasstiercheck=<bool>