# Rename to '.env' or pass required items to environment when running.

# Basic Configuration.

# REDDIT_APIKEY [REQUIRED]
# REDDIT_SECRET [REQUIRED]
#   To prevent reddits low ratelimits for non-authenticated requests
#   provide api key and secret.
#   aquire personal use script credentials here: https://www.reddit.com/prefs/apps

REDDIT_APIKEY=
REDDIT_SECRET=

# XMPP_USERNAME [REQUIRED]
# XMPP_PASSWORD [REQUIRED]
#   To authenticate with xmpp for requesting VCard information.

XMPP_USERNAME=
XMPP_PASSWORD=

# HTTP_LISTEN [RECOMMEND]
#   To set the listen address/port (default: :9061)

HTTP_LISTEN=

# BASE_URL [RECOMMEND]
#   To set external facing url. It will try to guess hostname and port based on the HTTP_LISTEN.

BASE_URL=

# AVATAR_PATH [OPTIONAL]
#   To set the path for avatar/bg/cover image directories to serve. (default: pub)
#   Path should allow read/write to application. The folders will be generated automatically.

# Advanced Options. These are used to customize the application in non-standard deployments

# XMPP_URL [OPTIONAL]
#   To set XMPP http url for VCard verification. (default: BASE_URL)

XMPP_URL=

# DNS_URL [OPTIONAL]
#   To set DNS http url for DNS verification. (default: BASE_URL)

XMPP_URL=

# Avatar app
# DISABLE_AVATAR [OPTIONAL]
#    Disable the Avatar application. Set to any value other than "false"

# DNS app
# DISABLE_DNS [OPTIONAL]
#    Disable the DNS application. Set to any value other than "false"

# Keyproofs app
# DISABLE_KEYPROOFS [OPTIONAL]
#    Disable the KeyProofs application. Set to any value other than "false"

# XMPP VCard app
# DISABLE_VCARD [OPTIONAL]
#    Disable the VCard application. Set to any value other than "false"
#    If disabled the username/password are no longer required.