Skip to content

Commit

Permalink
remove DB envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 14, 2024
1 parent 46fd869 commit 745e92c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@

LDAP_USERNAME = os.environ.get("LDAP_USERNAME")
LDAP_PASSWORD = os.environ.get("LDAP_PASSWORD")

DB_HOST = os.environ.get("DB_HOST")
DB_PORT = os.environ.get("DB_PORT")
DB_NAME = os.environ.get("DB_NAME")
DB_USER = os.environ.get("DB_USER")
DB_PASSWORD = os.environ.get("DB_PASSWORD")

0 comments on commit 745e92c

Please sign in to comment.