-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc
23 lines (18 loc) · 844 Bytes
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Automatically switch to nvm node version from .nvmrc
export NODE_VERSION_PREFIX=v
export NODE_VERSIONS=~/.nvm/versions/node
use node
# ============================ GENERAL SETTINGS ============================
export ENVIRONMENT=testnet # can be testnet, mainnet, devnet
export LOG_PRETTY=true
export LOG_LEVEL=debug
export APP_NAME=executor
# ============================ KEYS FOR APPS ============================
export PRIVATE_KEY_EXECUTOR=0x*************
# ============================ PRICER ============================
export PRICER_URL='https://api.t1rn.io'
# ============================ AI =============================
export OPENAI_API_KEY=sk-***
export DISABLE_AI_EXECUTOR_AUTORUN=false # True - Disable executor analysis; enable chat
export DISABLE_EXECUTOR_AUTORUN=true # mandatory
source .envrc.local 2>/dev/null || true