Skip to content

Commit

Permalink
chore(functions): development -> local environment name update
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent fbc8851 commit 781d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ENVIRONMENT=development
ENVIRONMENT=local
AGS_HOST=https://wrimaps.at.utah.gov
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const options = {
const utahIDEnvironments = {
prod: 'Prod',
dev: 'AT',
development: 'Dev',
local: 'Dev',
};

return (
Expand Down

0 comments on commit 781d5e9

Please sign in to comment.