]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
[FEAT] Adding Visio micro-service (Jitsi)
[gargantext.git] / gargantext.ini_toModify
1 [gargantext]
2
3 # Main url serving the FrontEnd
4 URL = http://localhost
5
6 # Main API url serving the BackEnd
7 URL_BACKEND_API = http://localhost:8008/api/v1.0
8
9 # Needed to instantiate the first users and first data
10 MASTER_USER = gargantua
11
12 # SECURITY WARNING: keep the secret key used in production secret!
13 SECRET_KEY = PASSWORD_TO_CHANGE
14
15
16 # Data path to local files
17 DATA_FILEPATH = FILEPATH_TO_CHANGE
18
19 # Data path to local files
20 DATA_FILEPATH = FILEPATH_TO_CHANGE
21
22 # Data path to local files (do not use quotes)
23 REPO_FILEPATH = FILEPATH_TO_CHANGE
24
25
26
27 # [external]
28 # FRAMES (i.e. iframe sources used in various places on the frontend)
29 #FRAME_WRITE_URL = http://write.frame.gargantext.org/
30 FRAME_WRITE_URL = URL_TO_CHANGE
31 #FRAME_CALC_URL = http://calc.frame.gargantext.org/
32 FRAME_CALC_URL = URL_TO_CHANGE
33
34 FRAME_VISIO_URL = URL_TO_CHANGE
35
36 FRAME_SEARX_URL = URL_TO_CHANGE
37 FRAME_ISTEX_URL = URL_TO_CHANGE
38
39 MAX_DOCS_SCRAPERS = 10000
40
41 [server]
42 # Server config (TODO connect in ReaderMonad)
43 ALLOWED_ORIGIN = http://localhost
44 ALLOWED_ORIGIN_PORT = 8008
45
46 ALLOWED_HOST = localhost
47 ALLOWED_HOST_PORT = 3000
48
49 JWT_SETTINGS = TODO
50
51
52 [network]
53 # Emails From address (sent by smtp)
54 MAIL = username@gargantext.org
55 HOST = localhost
56 # if remote smtp host
57 # HOST_USER = user
58 # HOST_password = password
59
60 [database]
61 # PostgreSQL access
62 DB_HOST = 127.0.0.1
63 DB_PORT = 5432
64 DB_NAME = gargandbV5
65 DB_USER = gargantua
66 DB_PASS = PASSWORD_TO_CHANGE
67
68 [logs]
69 LOG_FILE = /var/log/gargantext/backend.log
70 LOG_LEVEL = LevelDebug
71 LOG_FORMATTER = verbose