Skip to content

Commit

Permalink
fix: add ci as valid dd_env in convict
Browse files Browse the repository at this point in the history
used in ci
  • Loading branch information
karrui committed Oct 11, 2024
1 parent dd2e0f6 commit f1f9863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ const config = convict({
"prod",
"stg",
"dev",
"ci",
],
env: "DD_ENV",
default: "local",
Expand Down

0 comments on commit f1f9863

Please sign in to comment.