]> Git — Sourcephile - gargantext.git/blob - gargantext.ini_toModify
[CLEAN] Gexf instance in separate file.
[gargantext.git] / gargantext.ini_toModify
1 [gargantext]
2 MASTER_USER = gargantua
3
4 [django]
5
6 # SECURITY WARNING: don't run with debug turned on in production!
7 DEBUG = True
8 # SECURITY WARNING: keep the secret key used in production secret!
9 SECRET_KEY = PASSWORD_TO_CHANGE
10 # Space-separated list of hosts
11 ALLOWED_HOSTS = localhost
12 # Time-zone, possible values here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
13 TIME_ZONE = Europe/Paris
14 # PostgreSQL access
15 DB_HOST = 127.0.0.1
16 DB_PORT = 5432
17 DB_NAME = gargandbV5
18 DB_USER = gargantua
19 DB_PASS = PASSWORD_TO_CHANGE
20 # Logs
21 LOG_FILE = /var/log/gargantext/backend/django.log
22 LOG_LEVEL = DEBUG
23 LOG_FORMATTER = verbose
24 # Pidfile of django backend test server
25 TESTSERVER_PIDFILE = /tmp/gargantext_testserver.pid
26 # Celery
27 CELERYD_PID_FILE = /tmp/celery.pid
28 CELERYD_LOG_FILE = /var/log/gargantext/backend/celery.log
29 CELERYD_LOG_LEVEL = DEBUG
30