Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing env vars to docker setup #3129

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/apps/human-app/frontend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ VITE_H_CAPTCHA_ORACLE_ADDRESS=
# job types list string
VITE_H_CAPTCHA_ORACLE_TASK_TYPES= #string => lists of job types eg.: Image labeling, BBoxes...

# network if network is equl to 'testnet' app will use first tesntet chain from .src/smart-contracts/chains.ts
# if network is equal to 'testnet' app will use first testnet chain from .src/smart-contracts/chains.ts
# and first mainnet chain for 'mainnet'
VITE_NETWORK= # mainnet|testnet
VITE_GOVERNOR_ADDRESS=
Expand Down
5 changes: 4 additions & 1 deletion scripts/cvat/env-files/.env.human-app-client
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ VITE_H_CAPTCHA_ORACLE_ROLE=hcaptcha
# Keep it empty
VITE_H_CAPTCHA_ORACLE_ADDRESS=
VITE_H_CAPTCHA_ORACLE_TASK_TYPES=image_points,image_boxes
VITE_FEATURE_FLAG_JOBS_DISCOVERY=true
VITE_FEATURE_FLAG_JOBS_DISCOVERY=true
# Keep it empty
VITE_GOVERNOR_ADDRESS=
VITE_GOVERNANCE_URL=