update env/cfg
This commit is contained in:
parent
ef4b04b30b
commit
20ae1db9fd
7
.env
Normal file
7
.env
Normal file
@ -0,0 +1,7 @@
|
||||
TOKEN=###TOKEN###
|
||||
TRAINING_DAYS=###TRAINING_DAYS###
|
||||
TIMEFRAME=###TIMEFRAME###
|
||||
MODEL=###MODEL###
|
||||
REGION=EU
|
||||
DATA_PROVIDER=###DATA_PROVIDER###
|
||||
CG_API_KEY=###CG_API_KEY###
|
@ -1,7 +0,0 @@
|
||||
TOKEN=
|
||||
TRAINING_DAYS=
|
||||
TIMEFRAME=
|
||||
MODEL=
|
||||
REGION=
|
||||
DATA_PROVIDER=
|
||||
CG_API_KEY=
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,12 +8,10 @@ logs/*
|
||||
inference-data
|
||||
worker-data
|
||||
|
||||
config.json
|
||||
/data
|
||||
|
||||
**/*.venv*
|
||||
**/.cache
|
||||
**/.env
|
||||
**/env_file
|
||||
**/.gitkeep*
|
||||
**/*.csv
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"wallet": {
|
||||
"addressKeyName": "test",
|
||||
"addressRestoreMnemonic": "",
|
||||
"addressKeyName": "###WALLET###",
|
||||
"addressRestoreMnemonic": "###MNEMONIC###",
|
||||
"alloraHomeDir": "",
|
||||
"gas": "auto",
|
||||
"gasAdjustment": 1.5,
|
||||
"nodeRpc": "https://allora-rpc.testnet.allora.network",
|
||||
"maxRetries": 1,
|
||||
"delay": 1,
|
||||
"nodeRpc": "###RPC_URL###",
|
||||
"maxRetries": 5,
|
||||
"delay": 10,
|
||||
"submitTx": true
|
||||
},
|
||||
"worker": [
|
||||
@ -17,7 +17,7 @@
|
||||
"loopSeconds": 5,
|
||||
"parameters": {
|
||||
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
|
||||
"Token": "ETH"
|
||||
"Token": "###TOKEN###"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user