Files
codeql/python/ql/test/experimental/query-tests/Security/CWE-287-ConstantSecretKey/config2.py
amammad e3e0307db7 V1
2023-06-25 20:36:28 +10:00

6 lines
93 B
Python

"""Flask App configuration."""
# General Config
FLASK_DEBUG = True
SECRET_KEY = "CHANGEME5"