default config
Quelques clés de config à changer dans hiboo/configuration.py
:
-
'TEMPLATES_AUTO_RELOAD': False
: à enlever (c'est déjà None par défaut dans Flask et c'est uniquement à usage d'un dev env) -
'MAIL_DOMAIN': 'tedomum.net'
: à remplacer pardomaine.tld
-
'BABEL_DEFAULT_TIMEZONE: UTC'
: Babel says « we recommend to always use UTC internally and only reformat to local time when returning dates to users. At that point the timezone the user has selected can usually be established and Babel can automatically rebase the time for you. » -
'CACHE_TYPE: RedisCache'
: à remplacer parSimpleCache
-
'CACHE_REDIS_URL'
: à supprimer
issue à terminer