lib.itmens/neodb.env.example
2023-10-22 17:46:34 -04:00

37 lines
1.2 KiB
Text

# NEODB Configuration
# copy along with compose.yml, rename this file to .env
# Change these before start the instance for the first time!!
NEODB_SECRET_KEY=change_me
NEODB_SITE_NAME=Example Site
NEODB_SITE_DOMAIN=example.site
# Use this for development in Github Codespace
# NEODB_SITE_DOMAIN=${CODESPACE_NAME}-8000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}
# Change these too
NEODB_SITE_LOGO=/logo.png
NEODB_SITE_ICON=/icon.png
NEODB_SITE_LINKS=@NiceDB=https://donotban.com/@testie,@NeoDB=https://mastodon.social/@neodb
# Turn off DEBUG only when you are ready for production service
# NEODB_DEBUG=False
# HTTP port your reverse proxy should send request to
# NEODB_PORT=8000
# Path to store db/media/cache/etc, must be writable
# NEODB_DATA=/var/lib/neodb
# Users with these names will be promoted to admin during next boot/migration
# NEODB_ADMIN_USERNAMES = eggplant,aubergine
# Scaling parameters
# NEODB_WEB_WORKER_NUM=32
# TAKAHE_WEB_WORKER_NUM=32
# TAKAHE_STATOR_CONCURRENCY=10
# TAKAHE_STATOR_CONCURRENCY_PER_MODEL=10
# pull NeoDB Docker image from a specific tag
# see available tags: https://hub.docker.com/r/neodb/neodb/tags
# NEODB_IMAGE=neodb/neodb:latest