keyoxide-web/template.env

19 lines
547 B
Bash
Raw Normal View History

2020-08-14 11:54:28 -06:00
# Port for Express
# Defaults to: 3000
#PORT=
2020-08-14 12:39:08 -06:00
# Domain of Keyoxide instance
# Defaults to: keyoxide.org
#PORT=
# 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"
#XMPP_VCARD_SERVER_DOMAIN=
2020-08-08 13:34:54 -06:00
# Twitter API bearer code
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
2020-08-14 12:39:08 -06:00
# If none is provided (default), Twitter accounts are not verified
2020-08-08 13:34:54 -06:00
#TWITTER_API_AUTH=