2023-08-17 18:54:00 -04:00
|
|
|
# NEODB Configuration
|
|
|
|
|
2023-10-05 03:55:36 +00:00
|
|
|
# copy along with compose.yml, rename this file to .env
|
2023-08-17 18:54:00 -04:00
|
|
|
|
2024-06-01 01:52:22 -04:00
|
|
|
# Must uncomment these if you are doing development
|
|
|
|
# NEODB_DEBUG=True
|
|
|
|
# NEODB_IMAGE=neodb/neodb:edge
|
|
|
|
|
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
|
|
|
|
|
2024-05-30 00:35:57 -04:00
|
|
|
# Change these to customize your site
|
2023-10-20 21:04:31 +00:00
|
|
|
NEODB_SITE_INTRO=/welcome.html
|
2023-08-24 05:48:14 +00:00
|
|
|
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
|
|
|
|
|
2024-07-14 15:27:37 -04:00
|
|
|
# preferred languages
|
|
|
|
# NEODB_PREFERRED_LANGUAGES=en,es,fr,de,pt,zh,ja,ko
|
2024-06-03 09:00:40 -04:00
|
|
|
|
2024-06-01 01:52:22 -04:00
|
|
|
# To enable push notification, generate a keypair from https://web-push-codelab.glitch.me
|
|
|
|
# TAKAHE_VAPID_PUBLIC_KEY=
|
2024-06-01 02:37:01 -04:00
|
|
|
# TAKAHE_VAPID_PRIVATE_KEY=
|
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
|
|
|
|
|
|
|
|
# Scaling parameters
|
|
|
|
# NEODB_WEB_WORKER_NUM=32
|
2024-06-01 01:52:22 -04:00
|
|
|
# NEODB_API_WORKER_NUM=16
|
|
|
|
# NEODB_RQ_WORKER_NUM=8
|
2023-08-17 18:54:00 -04:00
|
|
|
# TAKAHE_WEB_WORKER_NUM=32
|
|
|
|
# TAKAHE_STATOR_CONCURRENCY=10
|
|
|
|
# TAKAHE_STATOR_CONCURRENCY_PER_MODEL=10
|