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

Commit

Permalink
add debug user override for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Feb 15, 2024
1 parent e6a14f9 commit 252ee4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/envs/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ class DevelopmentConfig(DefaultConfig):
with open(_test_public_key_path, mode="rb") as public_key_file:
RSA256_PUBLIC_KEY = public_key_file.read()
FSD_LOG_LEVEL = logging.DEBUG

DEBUG_USER_ON = True
DEBUG_USER = {
"full_name": "Development User",
"email": "[email protected]",
"roles": [],
"highest_role_map": {},
}

0 comments on commit 252ee4c

Please sign in to comment.