Skip to content

Commit cc87b03

Browse files
committed
Update Flask cache specification style
1 parent 966a058 commit cc87b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cohd/cohd_flask.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DEPLOYMENT_ENV = 'ITRB-CI' # Expected values: ITRB-CI, ITRB-TEST, or ITRB-PROD
22
DEBUG = False
3-
CACHE_TYPE = 'filesystem'
3+
CACHE_TYPE = 'FileSystemCache'
44
CACHE_DEFAULT_TIMEOUT = 3600
55
CACHE_DIR = 'flask_cache'
66
CACHE_THRESHOLD = 100000

0 commit comments

Comments
 (0)