forked from Mirrors/keyoxide-web
9 lines
367 B
Bash
9 lines
367 B
Bash
# 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=
|
|
|
|
# Twitter API bearer code
|
|
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
|
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
|
|
#TWITTER_API_AUTH=
|