Skip to content

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 par domaine.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 par SimpleCache
  • 'CACHE_REDIS_URL' : à supprimer

issue à terminer

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information