fediseer/.env_template

10 lines
514 B
Plaintext
Raw Normal View History

POSTGRES_URI="postgresql://postgres:ChangeMe@postgres.example.tld/fediseer"
2023-06-22 00:04:45 +00:00
USE_SQLITE=0
FEDISEER_LEMMY_DOMAIN="fediseer.com"
FEDISEER_LEMMY_USERNAME="fediseer"
FEDISEER_LEMMY_PASSWORD="LemmyPassword"
2023-06-22 00:04:45 +00:00
ADMIN_API_KEY="Password"
secret_key="VerySecretKey"
MASTODON_INSTANCE=botsin.space # Use only when logging in to a mastodon proxy account
MASTODON_EMAIL=email@example.com # Use only when logging in to a mastodon proxy account
MASTODON_PASSWORD=VerySecretPass # Use only when logging in to a mastodon proxy account