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