Skip to content

Commit

Permalink
Troubleshoot load all vocabs test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedgell committed Jul 10, 2023
1 parent fcf5203 commit a702b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/load_all_vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

BASE_DB_URI = os.environ.get("BASE_DB_URI", None)
ENDPOINT = f"{BASE_DB_URI}/statements"
print(ENDPOINT)
DB_USERNAME = os.environ.get("DB_USERNAME", None)
DB_PASSWORD = os.environ.get("DB_PASSWORD", None)

Expand Down

0 comments on commit a702b7d

Please sign in to comment.