[conf] fix export SECRET variable

This commit is contained in:
Maxime Alves LIRMM 2023-08-21 08:47:19 +02:00
parent 0fcf433ec6
commit 135d6e86e4
1 changed files with 1 additions and 1 deletions

View File

@ -200,6 +200,6 @@ CONFIG.setdefault('loglevel', DEFAULT_CONF['LOGLEVEL'])
CONFIG.setdefault('dryrun', DEFAULT_CONF['DRYRUN'])
# !!!TO REMOVE!!!
SECRET = CONFIG.get('SECRET')
SECRET = CONFIG.get('secret')
PRODUCTION = CONFIG.get('production')
# !!!