Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
# Example .env for BlazeJob Web3/FinTech/Solana/Email/Cosmos
PRIVATE_KEY=0xYOUR_PRIVATE_KEY
RPC_URL=https://mainnet.infura.io/v3/YOUR_INFURA_KEY

# Solana
SOLANA_SECRET_KEY=your_solana_secret_key_base58
SOLANA_RPC_URL=https://api.mainnet-beta.solana.com

# Cosmos
COSMOS_MNEMONIC="your cosmos mnemonic phrase"
COSMOS_RPC_URL=https://rpc.cosmos.network:26657

# Email SMTP
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your_smtp_user
SMTP_PASS=your_smtp_password
EMAIL_FROM=no-reply@example.com
# Example .env for BlazeJob
# Add your custom environment variables here as needed
Loading
Loading