mirror of
https://github.com/github/codeql.git
synced 2026-07-05 03:25:31 +02:00
6 lines
103 B
Python
6 lines
103 B
Python
"""Flask App configuration."""
|
|
|
|
# General Config
|
|
FLASK_DEBUG = True
|
|
SECRET_KEY = "CHANGEME5" # $ Alert
|