[worker] remove gargantext-settings.toml

parent 8ae25ffa
[cors]
allowed-origins = [
"https://demo.gargantext.org"
, "https://formation.gargantext.org"
, "https://academia.sub.gargantext.org"
, "https://cnrs.gargantext.org"
, "https://imt.sub.gargantext.org"
, "https://helloword.gargantext.org"
, "https://complexsystems.gargantext.org"
, "https://europa.gargantext.org"
, "https://earth.sub.gargantext.org"
, "https://health.sub.gargantext.org"
, "https://msh.sub.gargantext.org"
, "https://dev.sub.gargantext.org"
, "http://localhost:8008"
, "http://localhost:8108"
, "http://localhost:3000"
]
use-origins-for-hosts = true
[microservices.proxy]
port = 8009
enabled = false
[worker]
# [worker.pgmq]
# podman run --rm -it -p 5433:5432 -e POSTGRES_PASSWORD=postgres cgenie/pgmq:16-1.3.3.1
# dbHost = localhost
# dbPort = 5433
# dbName = pgmq
# dbUser = postgres
# You can have multiple workers, each one under worker.definitions
[[worker.definitions]]
name = "simple"
queue = "simple"
# podman run --rm -it -p 6379:6379 redis:latest
broker.redis = { host = "localhost", port = 6379 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment