2020-08-14 19:54:28 +02:00
|
|
|
# Port for Express
|
|
|
|
# Defaults to: 3000
|
|
|
|
#PORT=
|
|
|
|
|
2020-08-14 20:39:08 +02:00
|
|
|
# Domain of Keyoxide instance
|
|
|
|
# Defaults to: keyoxide.org
|
2020-08-18 09:38:46 +02:00
|
|
|
#DOMAIN=
|
2020-08-14 20:39:08 +02:00
|
|
|
|
2020-08-14 16:23:32 +02:00
|
|
|
# Domain for XMPP vCard fetch server
|
|
|
|
# Code for the server can be found here https://codeberg.org/keyoxide/node-xmpp-vcard
|
|
|
|
# Defaults to: "xmpp-vcard.keyoxide.org"
|
2021-05-04 15:39:45 +02:00
|
|
|
#PROXY_HOSTNAME=
|
2020-08-14 16:23:32 +02:00
|
|
|
|
2020-08-08 21:34:54 +02:00
|
|
|
# Twitter API bearer code
|
|
|
|
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
|
|
|
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
|
2020-08-14 20:39:08 +02:00
|
|
|
# If none is provided (default), Twitter accounts are not verified
|
2021-05-04 15:39:45 +02:00
|
|
|
#TWITTER_BEARER_TOKEN=
|
2020-08-15 16:44:20 +00:00
|
|
|
|
|
|
|
# Tor Onion URL
|
|
|
|
# The full http:// onion url to add as an 'Onion-Location' header
|
|
|
|
#ONION_URL=
|