Skip to content

Commit

Permalink
Adding contact email to env vars (#11045)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 19, 2023
1 parent 6fb1c8e commit f8c30f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/production/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ let environment = [
},
{
name: "CONTACT_EMAIL",
value: ""
value: "support@gitcoin.co"
},
{
name: "FEE_ADDRESS",
Expand Down

0 comments on commit f8c30f0

Please sign in to comment.