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