Skip to content

Commit

Permalink
update env.sample with useful defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrank-summit committed Jan 16, 2025
1 parent bc48210 commit 4adf76a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ LLAMA_API_URL=<llama_api_url>

# AutoDrive Configuration
AUTO_DRIVE_API_KEY=<auto_drive_api_key>
AUTO_DRIVE_ENCRYPTION_PASSWORD=<auto_drive_encryption_password>
AUTO_DRIVE_ENCRYPTION_PASSWORD= #leave blank if encryption is not desired

# Blockchain Configuration
RPC_URL=<rpc_url>
CONTRACT_ADDRESS=<contract_address>
RPC_URL=https://auto-evm.taurus.autonomys.xyz/ws
CONTRACT_ADDRESS=0xc1afebe677badb71fc760e61479227e43b422e48
PRIVATE_KEY=<private_key>

# SerpAPI Configuration
SERPAPI_API_KEY=<serpapi_api_key>

# Environment
NODE_ENV=<node_env>
NODE_ENV=development

# Agent Version
AGENT_VERSION=<agent_version>
AGENT_VERSION=2.0.0

0 comments on commit 4adf76a

Please sign in to comment.