Skip to content

Commit

Permalink
move .env to example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 18, 2024
1 parent e4aaee2 commit e7d59e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
flag.BoolP("fullTransparentMode", "a", false, "allow all transactions and do not modify any of them")
flag.String("sendgridAPIKey", "", "SendGrid API key")
flag.String("sendgridFromAddress", "", "SendGrid from address")
flag.String("sendgridFromName", "", "SendGrid from name")
flag.String("sendgridFromName", "Vocdoni", "SendGrid from name")
flag.String("twilioAccountSid", "", "Twilio account SID")
flag.String("twilioAuthToken", "", "Twilio auth token")
flag.String("twilioFromNumber", "", "Twilio from number")
Expand Down
5 changes: 5 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VOCDONI_PORT=8080
VOCDONI_SECRET=supersecret
VOCDONI_PRIVATEKEY=vochain-private-key
VOCDONI_SENDGRIDAPIKEY=SG.1234567890
VOCDONI_SENDGRIDFROMADDRESS=[email protected]

0 comments on commit e7d59e0

Please sign in to comment.