17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
# required
|
|
KNOT_SERVER_HOSTNAME=knot.example.com
|
|
KNOT_SERVER_OWNER=did:plc:xxxxx
|
|
|
|
# network
|
|
KNOT_SERVER_JETSTREAM_ENDPOINT=wss://jetstream.example.com/subscribe
|
|
APPVIEW_ENDPOINT=http://appview:3000
|
|
|
|
# optional (defaults shown)
|
|
# KNOT_SERVER_LISTEN_ADDR=0.0.0.0:5555
|
|
# KNOT_SERVER_INTERNAL_LISTEN_ADDR=0.0.0.0:5444
|
|
# KNOT_SERVER_DB_PATH=/app/knotserver.db
|
|
# KNOT_REPO_SCAN_PATH=/home/git/repositories
|
|
# KNOT_REPO_MAIN_BRANCH=main
|
|
# KNOT_SERVER_DEV=false
|
|
# KNOT_SERVER_LOG_DIDS=true
|