]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
Merge branch 'dev' into dev-doc-annotation-issue
[gargantext.git] / gargantext.ini_toModify
1 [gargantext]
2 MASTER_USER = gargantua
3
4 # SECURITY WARNING: keep the secret key used in production secret!
5 SECRET_KEY = PASSWORD_TO_CHANGE
6
7 # Frames
8 FRAME_WRITE_URL = URL_TO_CHANGE
9 FRAME_CALC_URL = URL_TO_CHANGE
10
11 [network]
12 # Emails From address (sent by smtp)
13 MAIL = username@gargantext.org
14 HOST = localhost
15 # if remote smtp host
16 # HOST_USER = user
17 # HOST_password = password
18
19 [database]
20 # PostgreSQL access
21 DB_HOST = 127.0.0.1
22 DB_PORT = 5432
23 DB_NAME = gargandbV5
24 DB_USER = gargantua
25 DB_PASS = PASSWORD_TO_CHANGE
26
27 [logs]
28 LOG_FILE = /var/log/gargantext/backend.log
29 LOG_LEVEL = DEBUG
30 LOG_FORMATTER = verbose