[frontend] url = "http://localhost" backend_name = "localhost" url_backend_api = "http://localhost:8008/api/v1.0" jwt_settings = "TODO" [frontend.cors] allowed-origins = [] use-origins-for-hosts = true [frontend.microservices.proxy] port = 8009 enabled = false [secrets] master_user = "gargantua" secret_key = "test_key" jwk_file = "test.jwk" [paths] data_filepath = "~/.garg" #repo_filepath = "~/.garg" [apis] [apis.epo] api_url = "" [apis.scrapyd] url = "http://localhost:6800" [external] [external.frames] write_url = "URL_TO_CHANGE" calc_url = "URL_TO_CHANGE" visio_url = "URL_TO_CHANGE" searx_url = "URL_TO_CHANGE" istex_url = "URL_TO_CHANGE" [jobs] max_docs_parsers = 1000000 max_docs_scrapers = 10000 js_job_timeout = 1800 js_id_timeout = 1800 # NOTE This is overridden by Test.Database.Setup [database] host = "127.0.0.1" port = 5432 user = "gargantua" pass = "gargantua_test" name = "gargandb_test" [logs] log_file = "/var/log/gargantext/backend.log" log_level = "warn" [mail] port = 25 host = "localhost" user = "gargantext" password = "" from = "" # NoAuth | Normal | SSL | TLS | STARTTLS login_type = "Normal" [notifications] # We do not hardcode the bind and connect here, because the test infrastructure # will randomize the connection endpoints via IPC. central-exchange = { bind = "", connect = "" } dispatcher = { bind = "", connect = "" } [nlp] EN = "corenlp://localhost:9000" FR = "spacy://localhost:8001" All = "corenlp://localhost:9000" [worker] default_visibility_timeout = 1 # default delay before job is visible to the worker default_delay = 1 # NOTE This is overridden by Test.Database.Setup [worker.database] host = "127.0.0.1" port = 5432 name = "pgmq_test" user = "gargantua" pass = "gargantua_test" [[worker.definitions]] name = "default" queue = "default"