Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class DevConfig(Config):
  2. REDIS_HOST = 'exampleredis'
  3. SESSION_TYPE = 'redis'
  4. JSONIFY_PRETTYPRINT_REGULAR = False
  5. JSON_SORT_KEYS = False
  6. BCRYPT_LOG_ROUNDS = 15
  7. DEBUG = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement