Files
2020-05-28 10:40:37 +00:00

54 líneas
2.1 KiB
Plaintext

LIBRATO_EMAIL=
LIBRATO_TOKEN=
TWITTER_CLIENT_ID=sqY1bQ3ItgbsLAK1rWpgEOwgy
TWITTER_CLIENT_SECRET=KZjP7ckeUIejNWNZFvAGSJXesCtibd0WDR5IzXtuXgyznSN78Q
SECRET_KEY_BASE=00fec1e38c7acc75aac44e9d4c2229fe1ec94144c86c372fd51a85de742e2016d82521fc0b99a38a770ec72a3c345e76745828b83fb650a1436278bb4a787421
RAILS_ENV=production
RACK_ENV=production
# The name that's going to be displayed in the page, but also in the bottom of toots as the app name (optional)
CROSSPOSTER_APP_NAME=Mastodon Twitter Crossposter
# The domain where the app can be accessed
CROSSPOSTER_DOMAIN=https://crossposter.hatthieves.es
# The repo, if it's a fork (optional)
CROSSPOSTER_REPO=https://github.com/repo-to/crossposter
# The stats page, if exists (optional)
CROSSPOSTER_STATS=https://grafana.hatthieves.es
# The fediverse account where announcements about this instance of the crossposter can be found
CROSSPOSTER_FEDI_ACCOUNT_ADDRESS=https://mastodon.madrid/@hatthieves
CROSSPOSTER_FEDI_ACCOUNT_AT=hatthieves@mastodon.madrid
# Twitter account of the admin of this instance, if exists (optional)
CROSSPOSTER_ADMIN_TWITTER=hatthieves
# Fediverse account that users can use to reach the admin in case of issues
CROSSPOSTER_ADMIN_FEDI_ADDRESS=https://mastodon.madrid/@hatthieves
CROSSPOSTER_ADMIN_FEDI_AT=hatthieves@mastodon.madrid
# If you are using statsd to save metrics, you need the three following variables
STATSD_ENABLED=false
STATSD_HOST=127.0.0.1
STATSD_PORT=8125
# You should only enable one of the following lines at a time
ALLOWED_DOMAIN=mastodon.madrid
BLOCKED_DOMAINS=gab.com
# You can use twitter.activitypub.actor (or your own installation of it) to get nice mentions of twitter's people
# If you enable this, instead of @user@twitter.com, the user will be @user@<ALTERNATIVE_TWITTER_DOMAIN>
USE_ALTERNATIVE_TWITTER_DOMAIN=false
ALTERNATIVE_TWITTER_DOMAIN=twitter.activitypub.actor
DATABASE_URL=postgres://postgres:cr0ssp0st3r.@postgres-crossposter/crossposter
DB_NAME=crossposter
DB_USER=postgres
DB_PASS=cr0ssp0st3r.
REDIS_URL=redis://redis-crossposter:6379/1
RAILS_LOG_TO_STDOUT=enabled
RAILS_MAX_THREADS=5
PORT=3000