]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
[INI] clean + fix + add todos
[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
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 [server]
21 # Server config (TODO connect in ReaderMonad)
22 ALLOWED_ORIGIN = http://localhost
23 ALLOWED_ORIGIN_PORT = 8008
24
25 ALLOWED_HOST = localhost
26 ALLOWED_HOST_PORT = 3000
27
28 JWT_SETTINGS = TODO
29
30
31 [network]
32 # Emails From address (sent by smtp)
33 MAIL = username@gargantext.org
34 HOST = localhost
35 # if remote smtp host
36 # HOST_USER = user
37 # HOST_password = password
38
39 [database]
40 # PostgreSQL access
41 DB_HOST = 127.0.0.1
42 DB_PORT = 5432
43 DB_NAME = gargandbV5
44 DB_USER = gargantua
45 DB_PASS = PASSWORD_TO_CHANGE
46
47 [logs]
48 LOG_FILE = /var/log/gargantext/backend.log
49 LOG_LEVEL = LevelDebug
50 LOG_FORMATTER = verbose