mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-31 23:03:11 +00:00
Add enviroment variables
This commit is contained in:
parent
dbd6a81c78
commit
fda3fcc28c
5 changed files with 17 additions and 9 deletions
|
@ -4,4 +4,4 @@ from flask_caching import Cache
|
|||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
cache = Cache()
|
||||
cache = Cache(config={'CACHE_TYPE': 'simple'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue