-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
29 lines (23 loc) · 936 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Twitter/X Credentials
X_USERNAME=your_twitter_username
X_PASSWORD=your_twitter_password
X_CONSUMER_KEY=your_twitter_app_key
X_CONSUMER_SECRET=your_twitter_app_secret
# Proton Mail Credentials
PROTONMAIL_EMAIL=your_proton_email
PROTONMAIL_PASSWORD=your_proton_password
# Ethereum Configuration
STARKNET_RPC_URL=your_ethereum_rpc_url
CONTRACT_ADDRESS=your_contract_address
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key
# Twitter Login Server Configuration
# (This should be the IP address of the machine running the agent, with
# http://IP:PORT/callback set as the callback URL in your Twitter app)
X_LOGIN_SERVER_IP=your_twitter_login_server_ip
X_LOGIN_SERVER_PORT=your_twitter_login_server_port
# Secure File Configuration
SECURE_FILE=/tmp/tapp-ramdisk/secure.json
# Dstack Tappd Configuration
# You can set a simulator endpoint here, or leave it blank to use the default
# DSTACK_TAPPD_ENDPOINT=/var/run/tappd.sock