Skip to content

Commit

Permalink
make development use default secret_key
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Sep 18, 2024
1 parent 02a9566 commit a3c0f48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/envs/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class DevelopmentConfig(Config):
# Logging
FSD_LOG_LEVEL = logging.DEBUG

SECRET_KEY = "dev"

SQLALCHEMY_DATABASE_URI = getenv(
"DATABASE_URL",
"postgresql://postgres:password@fab-db:5432/fab", # pragma: allowlist secret
Expand Down

0 comments on commit a3c0f48

Please sign in to comment.