Commit d343f205 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

add test-data/test_config.ini

parent b7e7fe51
......@@ -27,6 +27,7 @@ _darcs
*.pdf
*.sql
*.ini
!test-data/test_config.ini
# Runtime
......
[gargantext]
URL = http://localhost
BACKEND_NAME = localhost
URL_BACKEND_API = http://localhost:8008/api/v1.0
MASTER_USER = gargantua
SECRET_KEY = test_key
DATA_FILEPATH = ~/.garg
REPO_FILEPATH = ~/.garg
FRAME_WRITE_URL = URL_TO_CHANGE
FRAME_CALC_URL = URL_TO_CHANGE
FRAME_VISIO_URL = URL_TO_CHANGE
FRAME_SEARX_URL = URL_TO_CHANGE
FRAME_ISTEX_URL = URL_TO_CHANGE
MAX_DOCS_PARSERS = 1000000
MAX_DOCS_SCRAPERS = 10000
JS_JOB_TIMEOUT = 1800
JS_ID_TIMEOUT = 1800
PUBMED_API_KEY = "no_key"
[server]
ALLOWED_ORIGIN = http://localhost
ALLOWED_ORIGIN_PORT = 8008
ALLOWED_HOST = localhost
ALLOWED_HOST_PORT = 3000
JWT_SETTINGS = TODO
[network]
MAIL = username@gargantext.org
HOST = localhost
[database]
DB_HOST = 127.0.0.1
DB_PORT = 5432
DB_NAME = gargandbV5
DB_USER = gargantua
DB_PASS = gargantua_test
[logs]
LOG_FILE = /var/log/gargantext/backend.log
LOG_LEVEL = LevelDebug
LOG_FORMATTER = verbose
[mail]
MAIL_PORT = 25
MAIL_HOST = localhost
MAIL_USER = gargantext
MAIL_PASSWORD =
MAIL_FROM =
MAIL_LOGIN_TYPE = Normal
[nlp]
EN = corenlp://localhost:9000
FR = spacy://localhost:8001
All = corenlp://localhost:9000
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