]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
[INI] max docs for scrapers config
[gargantext.git] / gargantext.ini_toModify
1 [gargantext]
2 # Needed to instantiate the first users and first data
3 MASTER_USER = gargantua
4
5 # SECURITY WARNING: keep the secret key used in production secret!
6 SECRET_KEY = PASSWORD_TO_CHANGE
7
8
9 # Data path to local files
10 DATA_FILEPATH = FILEPATH_TO_CHANGE
11
12 # [external]
13 # FRAMES (i.e. iframe sources used in various places on the frontend)
14 FRAME_WRITE_URL = URL_TO_CHANGE
15 FRAME_CALC_URL = URL_TO_CHANGE
16
17 FRAME_SEARX_URL = URL_TO_CHANGE
18 FRAME_ISTEX_URL = URL_TO_CHANGE
19
20 MAX_DOCS_SCRAPERS = 10000
21
22 [server]
23 # Server config (TODO connect in ReaderMonad)
24 ALLOWED_ORIGIN = http://localhost
25 ALLOWED_ORIGIN_PORT = 8008
26
27 ALLOWED_HOST = localhost
28 ALLOWED_HOST_PORT = 3000
29
30 JWT_SETTINGS = TODO
31
32
33 [network]
34 # Emails From address (sent by smtp)
35 MAIL = username@gargantext.org
36 HOST = localhost
37 # if remote smtp host
38 # HOST_USER = user
39 # HOST_password = password
40
41 [database]
42 # PostgreSQL access
43 DB_HOST = 127.0.0.1
44 DB_PORT = 5432
45 DB_NAME = gargandbV5
46 DB_USER = gargantua
47 DB_PASS = PASSWORD_TO_CHANGE
48
49 [logs]
50 LOG_FILE = /var/log/gargantext/backend.log
51 LOG_LEVEL = LevelDebug
52 LOG_FORMATTER = verbose