22 lines
729 B
Plaintext
22 lines
729 B
Plaintext
# Gitea
|
|
GITEA_URL=http://143.198.27.163:3000
|
|
# Prefer setting GITEA_TOKEN directly in deployment. If omitted, GITEA_TOKEN_FILE is used.
|
|
GITEA_TOKEN_FILE=~/.config/gitea/timmy-token
|
|
|
|
# Nostr relay
|
|
RELAY_URL=wss://alexanderwhitestone.com/relay/
|
|
|
|
# Bridge identity
|
|
BRIDGE_IDENTITY=allegro
|
|
KEYSTORE_PATH=~/.timmy/nostr/agent_keys.json
|
|
# Optional: set BRIDGE_NSEC directly instead of using KEYSTORE_PATH + BRIDGE_IDENTITY
|
|
# Useful when the deployment keystore does not contain the default identity name.
|
|
# BRIDGE_NSEC=
|
|
|
|
# Gitea routing
|
|
DEFAULT_REPO=Timmy_Foundation/timmy-config
|
|
STATUS_ASSIGNEE=allegro
|
|
|
|
# Comma-separated list of allowed operator npubs
|
|
AUTHORIZED_NPUBS=npub1t8exnw6sp7vtxar8q5teyr0ueq0rvtgqpq5jkzylegupqulxfqwq4j66p5
|