Skip to content

Commit

Permalink
chore(personal-mastodon-instance): add new env variables to .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Oct 9, 2024
1 parent e9325db commit 9ae86b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions services/personal-mastodon-instance/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ DB_NAME=mastodon_production
DB_PASS=
DB_PORT=5432

# Active record encryption
# ------------------------
# docker compose run --rm personal-mastodon-instance-web bin/rails db:encryption:init
# ------------------------
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=

# Elasticsearch (optional)
# ------------------------
ES_ENABLED=true
Expand Down

0 comments on commit 9ae86b5

Please sign in to comment.