forked from cpacia/Subspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
subspace.conf
31 lines (24 loc) · 876 Bytes
/
subspace.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
#Subspace configuration file
#We can't pass arguments into a twisted TAC so we'll just load them from file
#Uncomment the arguments below to use them
#The port used for the p2p protocol
#port: 8335
#The bootstrap node
#bootstrapnode: hostnameOrIP
#bootstrapport: port
#Run subspace as an HTTP server and accept GET and POSTs from lite clients
#server: True
#serverport: 8080
#For using SSL on the HTTP server.
#useSSL: True
#sslkey: '/path/to/your/privkey.key'
#sslcert: '/path/to/your/certificate.crt'
#Turns off storage and tells other nodes not to count on you to store messages.
#node_lite: True
#Configuration for the RPC server
#rpcusername: Username
#rpcpassword: Password
#rpcport: 8332
#By default, only RPC connections from localhost are allowed. Specify as many
#rpcallowip settings as you like to allow connections from other hosts.
#rpcallowip: 10.1.1.34