]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
Merge branch 'dev-refact-graph' into dev
[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 FRAME_WRITE_URL = URL_TO_CHANGE
8 FRAME_CALC_URL = URL_TO_CHANGE
9
10 [database]
11 # PostgreSQL access
12 DB_HOST = 127.0.0.1
13 DB_PORT = 5432
14 DB_NAME = gargandbV5
15 DB_USER = gargantua
16 DB_PASS = PASSWORD_TO_CHANGE
17 # Logs
18 LOG_FILE = /var/log/gargantext/backend.log
19 LOG_LEVEL = DEBUG
20 LOG_FORMATTER = verbose