REDIS_HOST=redis REDIS_PORT=6379 DB_HOST=db DB_USER=postgres DB_NAME=postgres DB_PASS= DB_PORT=5432 LOCAL_DOMAIN=plural.cafe DEFAULT_LOCALE=en-cafe # Generate with `docker-compose run --rm web rake secret` SECRET_KEY_BASE= OTP_SECRET= # Instance keys for push notifications # Generate with `docker-compose run --rm web rake mastodon:webpush:generate_vapid_key` VAPID_PRIVATE_KEY= VAPID_PUBLIC_KEY= # email SMTP_SERVER=smtp.mailgun.org SMTP_PORT=2525 SMTP_LOGIN=postmaster@plural.cafe SMTP_PASSWORD= SMTP_FROM_ADDRESS=noreply@plural.cafe # jortage S3_ENABLED=true S3_BUCKET=pluralcafe AWS_ACCESS_KEY_ID=pluralcafe AWS_SECRET_ACCESS_KEY= S3_REGION=jort S3_PROTOCOL=https S3_HOSTNAME=pool-api.jortage.com S3_ENDPOINT=https://pool-api.jortage.com S3_SIGNATURE_VERSION=v4 S3_ALIAS_HOST=pool.jortage.com/pluralcafe S3_READ_TIMEOUT=20 # necessary for docker UID=991 GID=991 # configuration MAX_TOOT_CHARS=5000 MAX_PINNED_TOOTS=5 MAX_BIO_CHARS=2000 MAX_PROFILE_FIELDS=10 MAX_DISPLAY_NAME_CHARS=100 # should be the fucking default AUTHORIZED_FETCH=true DISALLOW_UNAUTHENTICATED_API_ACCESS=true