]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
[MERGE] fix warnings
[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 # Data path to local files
13 DATA_FILEPATH = FILEPATH_TO_CHANGE
14
15 # Data path to local files
16 REPOS_DIRPATH = FILEPATH_TO_CHANGE
17
18
19
20 # [external]
21 # FRAMES (i.e. iframe sources used in various places on the frontend)
22 FRAME_WRITE_URL = URL_TO_CHANGE
23 FRAME_CALC_URL = URL_TO_CHANGE
24
25 FRAME_SEARX_URL = URL_TO_CHANGE
26 FRAME_ISTEX_URL = URL_TO_CHANGE
27
28 MAX_DOCS_SCRAPERS = 10000
29
30 [server]
31 # Server config (TODO connect in ReaderMonad)
32 ALLOWED_ORIGIN = http://localhost
33 ALLOWED_ORIGIN_PORT = 8008
34
35 ALLOWED_HOST = localhost
36 ALLOWED_HOST_PORT = 3000
37
38 JWT_SETTINGS = TODO
39
40
41 [network]
42 # Emails From address (sent by smtp)
43 MAIL = username@gargantext.org
44 HOST = localhost
45 # if remote smtp host
46 # HOST_USER = user
47 # HOST_password = password
48
49 [database]
50 # PostgreSQL access
51 DB_HOST = 127.0.0.1
52 DB_PORT = 5432
53 DB_NAME = gargandbV5
54 DB_USER = gargantua
55 DB_PASS = PASSWORD_TO_CHANGE
56
57 [logs]
58 LOG_FILE = /var/log/gargantext/backend.log
59 LOG_LEVEL = LevelDebug
60 LOG_FORMATTER = verbose