Skip to content

Commit

Permalink
one line
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 12, 2024
1 parent 430f5c3 commit e433c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gene/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ def create_db(
>>> local_db = create_db() # creates DynamoDB connection on port 8001
>>>
>>> os.environ["GENE_NORM_ENV"] = "Prod"
>>> prod_db = create_db() # creates connection to AWS cloud DynamoDB instance,
>>> # overruling `GENE_NORM_DB_URL` variable setting
>>> prod_db = create_db() # creates connection to AWS cloud DynamoDB instance, overruling `GENE_NORM_DB_URL` variable setting
Precedence is handled for connection settings like so:
Expand Down

0 comments on commit e433c92

Please sign in to comment.