Skip to content

Commit

Permalink
why aren't we getting a handle on the deployment id
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 2, 2023
1 parent 867738b commit abd4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset_dashboard/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@
# remove decimal places for djmoney
CURRENCY_DECIMAL_PLACES = 0

DEPLOYMENT_ID = os.getenv("DEPLOYMENT_ID")
DEPLOYMENT_ID = os.environ["DEPLOYMENT_ID"]

0 comments on commit abd4cd1

Please sign in to comment.