mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix variable names
This commit is contained in:
parent
841f7400d9
commit
aa845dc7db
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
# Domain for XMPP vCard fetch server
|
# Domain for XMPP vCard fetch server
|
||||||
# Code for the server can be found here https://codeberg.org/keyoxide/node-xmpp-vcard
|
# Code for the server can be found here https://codeberg.org/keyoxide/node-xmpp-vcard
|
||||||
# Defaults to: "xmpp-vcard.keyoxide.org"
|
# Defaults to: "xmpp-vcard.keyoxide.org"
|
||||||
#XMPP_VCARD_SERVER_DOMAIN=
|
#PROXY_HOSTNAME=
|
||||||
|
|
||||||
# Twitter API bearer code
|
# Twitter API bearer code
|
||||||
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
||||||
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
|
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
|
||||||
# If none is provided (default), Twitter accounts are not verified
|
# If none is provided (default), Twitter accounts are not verified
|
||||||
#TWITTER_API_AUTH=
|
#TWITTER_BEARER_TOKEN=
|
||||||
|
|
||||||
# Tor Onion URL
|
# Tor Onion URL
|
||||||
# The full http:// onion url to add as an 'Onion-Location' header
|
# The full http:// onion url to add as an 'Onion-Location' header
|
||||||
|
|
Loading…
Reference in a new issue