Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Add databases ENV examples
  • Loading branch information
HugoPoi committed Apr 7, 2020
1 parent 854a24d commit 994916d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.example
Expand Up @@ -39,3 +39,14 @@ BLOCKED_DOMAINS=evil.corp,bad.instance
# If you enable this, instead of @user@twitter.com, the user will be @user@<ALTERNATIVE_TWITTER_DOMAIN>
USE_ALTERNATIVE_TWITTER_DOMAIN=true
ALTERNATIVE_TWITTER_DOMAIN=twitter.activitypub.actor

# Database settings
# Postgres
DB_HOST=localhost
DB_PORT=5432
DB_NAME=mastodon_twitter_poster_production
DB_USER=mastodon_twitter_poster
DB_PASS=

# Redis only for Sidekiq
REDIS_URL=redis://localhost:6379/0

0 comments on commit 994916d

Please sign in to comment.