Skip to content

Commit 7beef73

Browse files
committed
feat: add environment variables for FLR challenge data paths
1 parent f48a5f8 commit 7beef73

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ ABS_CHALLENGE_BOT_RUNNER_SERVERS=""
4949
ABS_CHALLENGE_BOT_RUNNER_API_KEY=""
5050
ABS_CHALLENGE_BOT_RUNNER_PUBLIC_BASE_URL=""
5151
ABS_CHALLENGE_BOT_RUNNER_BOT=""
52+
53+
54+
FLR_CHALLENGE_TEST_CSV_PATH="<PATH_TO_TEST_CSV>"
55+
FLR_CHALLENGE_TRAIN_CSV_PATH="<PATH_TO_TRAIN_CSV>"
56+
FLR_API_DATA_DIR="<PATH_TO_API_DATA>"

0 commit comments

Comments
 (0)