mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-22 16:51:29 +00:00
17 lines
479 B
Bash
17 lines
479 B
Bash
# Server Settings
|
|
DOMAIN="example.com"
|
|
PORT="3334" # optional
|
|
DATABASE_PATH="./db" # optional
|
|
USERDATA_PATH="./users.json" # optional
|
|
|
|
# Hierarchy Settings
|
|
MAX_INVITES_PER_PERSON="3" # optional
|
|
|
|
# Relay Settings
|
|
RELAY_NAME="Name of the Relay"
|
|
RELAY_PUBKEY="07adfda9c5adc80881bb2a5220f6e3181e0c043b90fa115c4f183464022968e6"
|
|
RELAY_DESCRIPTION="Description of the relay" # optional
|
|
RELAY_CONTACT="email@example.com" # optional
|
|
RELAY_ICON="https://example.com/icon.png" # optional
|
|
|