forked from Mirrors/keyoxide-web
Fix template
This commit is contained in:
parent
ffa2548d0e
commit
278147a8c5
1 changed files with 2 additions and 10 deletions
12
template.env
12
template.env
|
@ -3,20 +3,12 @@
|
||||||
#PORT=
|
#PORT=
|
||||||
|
|
||||||
# Domain of Keyoxide instance
|
# Domain of Keyoxide instance
|
||||||
# Defaults to: keyoxide.org
|
|
||||||
#DOMAIN=
|
#DOMAIN=
|
||||||
|
|
||||||
# Domain for XMPP vCard fetch server
|
# Domain for DOIP Proxy server
|
||||||
# Code for the server can be found here https://codeberg.org/keyoxide/node-xmpp-vcard
|
# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy
|
||||||
# Defaults to: "xmpp-vcard.keyoxide.org"
|
|
||||||
#PROXY_HOSTNAME=
|
#PROXY_HOSTNAME=
|
||||||
|
|
||||||
# Twitter API bearer code
|
|
||||||
# Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
|
||||||
# Expected format: "XXXXXXXXXXXXXXXXXXXXX"
|
|
||||||
# If none is provided (default), Twitter accounts are not verified
|
|
||||||
#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
|
||||||
#ONION_URL=
|
#ONION_URL=
|
||||||
|
|
Loading…
Reference in a new issue