mirror of
https://github.com/aykhans/bsky-feedgen.git
synced 2025-07-17 05:14:01 +00:00
🦋
This commit is contained in:
3
config/app/api.env.example
Normal file
3
config/app/api.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
FEEDGEN_HOSTNAME=https://feeds.bsky.example.com # Not required for the development environment
|
||||
FEEDGEN_PUBLISHER_DID=did:plc:qwertyuiopp # Not required for the development environment
|
||||
API_PORT=8421
|
3
config/app/consumer.env.example
Normal file
3
config/app/consumer.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
POST_MAX_DATE=720h # Save only posts created in the last month
|
||||
POST_COLLECTION_CUTOFF_CRON_DELAY=30m # 30 minutes
|
||||
POST_COLLECTION_CUTOFF_CRON_MAX_DOCUMENT=10000000 # Delete post documents after 10 million
|
3
config/app/feedgen/az.env.example
Normal file
3
config/app/feedgen/az.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
FEED_AZ_GENERATER_CRON_DELAY=1m # 1 minute
|
||||
FEED_AZ_COLLECTION_CUTOFF_CRON_DELAY=30m # 30 minutes
|
||||
FEED_AZ_COLLECTION_CUTOFF_CRON_MAX_DOCUMENT=500000 # Delete post documents after 500 thousand
|
4
config/app/mongodb.env.example
Normal file
4
config/app/mongodb.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
MONGODB_HOST=localhost
|
||||
MONGODB_PORT=27017
|
||||
MONGODB_USERNAME=
|
||||
MONGODB_PASSWORD=
|
2
config/mongodb/env.example
Normal file
2
config/mongodb/env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
MONGO_INITDB_ROOT_USERNAME=
|
||||
MONGO_INITDB_ROOT_PASSWORD=
|
Reference in New Issue
Block a user