2023-06-24 00:23:53 +00:00
|
|
|
POSTGRES_URI="postgresql://postgres:ChangeMe@postgres.example.tld/fediseer"
|
2023-06-22 00:04:45 +00:00
|
|
|
USE_SQLITE=0
|
2023-06-24 00:23:53 +00:00
|
|
|
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"
|
2023-09-13 22:26:03 +00:00
|
|
|
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
|