2 # Needed to instantiate the first users and first data
3 MASTER_USER = gargantua
5 # SECURITY WARNING: keep the secret key used in production secret!
6 SECRET_KEY = PASSWORD_TO_CHANGE
9 # Data path to local files
10 DATA_FILEPATH = FILEPATH_TO_CHANGE
13 # FRAMES (i.e. iframe sources used in various places on the frontend)
14 FRAME_WRITE_URL = URL_TO_CHANGE
15 FRAME_CALC_URL = URL_TO_CHANGE
17 FRAME_SEARX_URL = URL_TO_CHANGE
18 FRAME_ISTEX_URL = URL_TO_CHANGE
21 # Server config (TODO connect in ReaderMonad)
22 ALLOWED_ORIGIN = http://localhost
23 ALLOWED_ORIGIN_PORT = 8008
25 ALLOWED_HOST = localhost
26 ALLOWED_HOST_PORT = 3000
32 # Emails From address (sent by smtp)
33 MAIL = username@gargantext.org
37 # HOST_password = password
45 DB_PASS = PASSWORD_TO_CHANGE
48 LOG_FILE = /var/log/gargantext/backend.log
49 LOG_LEVEL = LevelDebug
50 LOG_FORMATTER = verbose