Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I authored Jun 29, 2024
1 parent 9329bbd commit 0d1763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CveXplore/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Configuration(object):

DATASOURCE_USER = os.getenv("DATASOURCE_USER", None)
DATASOURCE_PASSWORD = os.getenv("DATASOURCE_PASSWORD", None)
DATASOURCE_DBNAME = os.getenv("DATASOURCE_DBNAME", "cvexplore")
DATASOURCE_DBNAME = os.getenv("DATASOURCE_DBNAME", "cvedb")

DATASOURCE_CONNECTION_DETAILS = None

Expand Down

0 comments on commit 0d1763d

Please sign in to comment.