Skip to content

Commit 2a967af

Browse files
committed
feat: add missing env examples
1 parent 540a579 commit 2a967af

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.env.example

+29
Original file line numberDiff line numberDiff line change
@@ -873,5 +873,34 @@ ETHSTORAGE_ADDRESS=0x64003adbdf3014f7E38FC6BE752EB047b95da89A
873873
ETHSTORAGE_RPC_URL=https://rpc.beta.testnet.l2.quarkchain.io:8545
874874

875875

876+
# Email Automation Plugin Configuration
877+
RESEND_API_KEY= # Your Resend API key
878+
DEFAULT_TO_EMAIL= # Default recipient
879+
DEFAULT_FROM_EMAIL= # Default sender
880+
881+
# Optional Settings
882+
EMAIL_AUTOMATION_ENABLED=false # Enable AI detection. If this is enabled, the plugin will automatically detect email-worthy conversations and handle generation/delivery and only that.
883+
EMAIL_EVALUATION_PROMPT= # Custom detection criteria for shouldEmail# ####################################
884+
885+
886+
# #### ANKR Configuration ####
887+
# ####################################
888+
ANKR_ENV=production
889+
ANKR_WALLET=
890+
ANKR_MAX_RETRIES=3
891+
ANKR_RETRY_DELAY=1000
892+
ANKR_TIMEOUT=5000
893+
ANKR_GRANULAR_LOG=true
894+
ANKR_LOG_LEVEL=debug
895+
ANKR_RUNTIME_CHECK_MODE=false
896+
ANKR_SPASH=true
897+
898+
# DCAP Plugin Configuration
899+
DCAP_EVM_PRIVATE_KEY=
900+
DCAP_MODE= # Options: OFF, PLUGIN-SGX, PLUGIN-TEE, MOCK
901+
902+
# QuickIntel Token Security API
903+
QUICKINTEL_API_KEY= # Your QuickIntel API key for token security analysis
904+
876905
# News API Key
877906
NEWS_API_KEY= # News API KEY from https://newsapi.org/

0 commit comments

Comments
 (0)