|
|
|
@ -4,8 +4,8 @@ TESTING = True |
|
|
|
|
SQLALCHEMY_DATABASE_URI = "sqlite://" |
|
|
|
|
SECRET_KEY = "not-so-secret-in-tests" |
|
|
|
|
BCRYPT_LOG_ROUNDS = ( |
|
|
|
|
4 |
|
|
|
|
) # For faster tests; needs at least 4 to avoid "ValueError: Invalid rounds" |
|
|
|
|
4 # For faster tests; needs at least 4 to avoid "ValueError: Invalid rounds" |
|
|
|
|
) |
|
|
|
|
DEBUG_TB_ENABLED = False |
|
|
|
|
CACHE_TYPE = "simple" # Can be "memcached", "redis", etc. |
|
|
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False |
|
|
|
|