Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Nov 11, 2024
1 parent f550016 commit 80da2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/envs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
class DefaultConfig(object):
# Application Config
FLASK_ENV = CommonConfig.FLASK_ENV
SECRET_KEY = CommonConfig.SECRET_KEY
SESSION_COOKIE_NAME = environ.get("SESSION_COOKIE_NAME")
FLASK_ROOT = str(Path(__file__).parent.parent.parent)

Expand Down

0 comments on commit 80da2eb

Please sign in to comment.