-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adiciona arquivo .env.example com variáveis de ambiente para integraç…
…ão com serviços externos
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# visit https://giscus.app to get your Giscus ids | ||
NEXT_PUBLIC_GISCUS_REPO= | ||
NEXT_PUBLIC_GISCUS_REPOSITORY_ID= | ||
NEXT_PUBLIC_GISCUS_CATEGORY= | ||
NEXT_PUBLIC_GISCUS_CATEGORY_ID= | ||
NEXT_PUBLIC_UTTERANCES_REPO= | ||
NEXT_PUBLIC_DISQUS_SHORTNAME= | ||
|
||
MAILCHIMP_API_KEY= | ||
MAILCHIMP_API_SERVER= | ||
MAILCHIMP_AUDIENCE_ID= | ||
|
||
BUTTONDOWN_API_KEY= | ||
|
||
CONVERTKIT_API_KEY= | ||
# curl https://api.convertkit.com/v3/forms?api_key=<your_public_api_key> to get your form ID | ||
CONVERTKIT_FORM_ID= | ||
|
||
KLAVIYO_API_KEY= | ||
KLAVIYO_LIST_ID= | ||
|
||
REVUE_API_KEY= | ||
|
||
# Create EmailOctopus API key at https://emailoctopus.com/api-documentation | ||
EMAILOCTOPUS_API_KEY= | ||
# List ID can be found in the URL as a UUID after clicking a list on https://emailoctopus.com/lists | ||
# or the settings page of your list https://emailoctopus.com/lists/{UUID}/settings | ||
EMAILOCTOPUS_LIST_ID= | ||
|
||
# Create Beehiiv API key at https://developers.beehiiv.com/docs/v2/bktd9a7mxo67n-create-an-api-key | ||
BEEHIIV_API_KEY= | ||
BEEHIIV_PUBLICATION_ID= |