mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Remove old environment files
This commit is contained in:
4
env/addon.env
vendored
4
env/addon.env
vendored
@@ -1,4 +0,0 @@
|
|||||||
TZ=London/Europe
|
|
||||||
DATABASE_URI=postgres://postgres:postgres@postgres/knightcrawler
|
|
||||||
MONGODB_URI=mongodb://mongo:mongo@mongodb/knightcrawler?tls=false&authSource=admin
|
|
||||||
DEBUG_MODE=false
|
|
||||||
11
env/consumer.env
vendored
11
env/consumer.env
vendored
@@ -1,11 +0,0 @@
|
|||||||
TZ=London/Europe
|
|
||||||
MONGODB_URI=mongodb://mongo:mongo@mongodb/knightcrawler?tls=false&authSource=admin
|
|
||||||
DATABASE_URI=postgres://postgres:postgres@postgres/knightcrawler
|
|
||||||
RABBIT_URI=amqp://guest:guest@rabbitmq:5672/?heartbeat=30
|
|
||||||
QUEUE_NAME=ingested
|
|
||||||
JOB_CONCURRENCY=5
|
|
||||||
JOBS_ENABLED=true
|
|
||||||
ENABLE_SYNC=true
|
|
||||||
MAX_SINGLE_TORRENT_CONNECTIONS=10
|
|
||||||
TORRENT_TIMEOUT=30000
|
|
||||||
UDP_TRACKERS_ENABLED=true
|
|
||||||
10
env/producer.env
vendored
10
env/producer.env
vendored
@@ -1,10 +0,0 @@
|
|||||||
ScrapeConfiguration__StorageConnectionString=host=postgres;username=postgres;password=postgres;database=knightcrawler;
|
|
||||||
RabbitMqConfiguration__Host=rabbitmq
|
|
||||||
RabbitMqConfiguration__QueueName=ingested
|
|
||||||
RabbitMqConfiguration__Username=guest
|
|
||||||
RabbitMqConfiguration__Password=guest
|
|
||||||
RabbitMqConfiguration__Durable=true
|
|
||||||
RabbitMqConfiguration__MaxQueueSize=0
|
|
||||||
RabbitMqConfiguration__MaxPublishBatchSize=500
|
|
||||||
RabbitMqConfiguration__PublishIntervalInSeconds=10
|
|
||||||
GithubSettings__PAT=
|
|
||||||
Reference in New Issue
Block a user