18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
#
|
|
# $Id: thetya-server 2020-12-20 14:02 michael $
|
|
#
|
|
# Configuration for the peered environment
|
|
|
|
#
|
|
# This peer's node name. Leave blank if you want to run standalone.
|
|
node = tht-1
|
|
|
|
#
|
|
# This peer's external address.
|
|
external_address = the.actual.address
|
|
|
|
#
|
|
# The secret shared with other peers to securely authenticate within the peer network.
|
|
# Should be tha same value in all the peers' configuration files.
|
|
shared_secret = ghsucks
|