generated from hakikicode/SMART-Task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local.example
54 lines (47 loc) · 2.46 KB
/
.env.local.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
######################################################
################## DO NOT EDIT BELOW #################
######################################################
# Location of main wallet Do not change this, it mounts the ~/.config/koii:/app/config if you want to change, update it in the docker-compose.yml
WALLET_LOCATION="/app/config/id.json"
# Node Mode
NODE_MODE="service"
# The nodes address
SERVICE_URL="http://localhost:8080"
# Intial balance for the distribution wallet which will be used to hold the distribution list.
INITIAL_DISTRIBUTION_WALLET_BALANCE= 2
# Global timers which track the round time, submission window and audit window and call those functions
GLOBAL_TIMERS="true"
# HAVE_STATIC_IP is flag to indicate you can run tasks that host APIs
# HAVE_STATIC_IP=true
# To be used when developing your tasks locally and don't want them to be whitelisted by koii team yet
RUN_NON_WHITELISTED_TASKS=true
# The address of the main trusted node
# TRUSTED_SERVICE_URL="https://k2-tasknet.koii.live"
######################################################
################ DO NOT EDIT ABOVE ###################
######################################################
######################################################
## DO NOT PUT YOUR KEYS ON GITHUB!!!
## To set up your environment variables:
## - Copy `.env-local.example` to a new file named `.env-local`.
## - Fill in the necessary values in `.env-local`.
FORTNITE_API_KEY=b080eff6-1899-4f48-a52c-b956824ed3eb
#######################################################
# For the purpose of automating the staking wallet creation, the value must be greater
# than the sum of all TASK_STAKES, the wallet will only be created and staking on task
# will be done if it doesn't already exist
INITIAL_STAKING_WALLET_BALANCE=10
# environment
ENVIRONMENT="development"
# If you are running a koii-test-validator use http://127.0.0.1:8899 (linux) otherwise use http://host.docker.internal:8899 for Mac and Windows
# Location of K2 node
K2_NODE_URL="https://testnet.koii.live"
# Tasks to run and their stakes. This is the varaible you can add your Task ID to after
# registering with the crete-task-cli. This variable supports a comma separated list:
# TASKS="id1,id2,id3"
# TASK_STAKES="1,1,1"
TASKS="7bBPKJQkzHzKDtHMXBmA5RAo7UqemDLSjBpgbWi2VS8p"
TASK_STAKES=5
# User can enter as many environment variables as they like below. These can be task
# specific variables that are needed for the task to perform it's job. Some examples:
SCRAPING_URL=""