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: use CHIA_ROOT environment variable #76

Merged
merged 2 commits into from
May 15, 2023
Merged

fix: use CHIA_ROOT environment variable #76

merged 2 commits into from
May 15, 2023

Conversation

brodoin
Copy link
Contributor

@brodoin brodoin commented May 9, 2023

By ignoring the CHIA_ROOT environment variable previously, climate-portal was dumping its config in $HOME/.chia/climate-portal, whereas the convention for all other services would use something more like $HOME/.chia/mainnet/{service-name}

As such, after this change, moving the user's config from $HOME/.chia/climate-portal/config.yaml to $CHIA_ROOT/climate-portal/config.yaml is required.

@brodoin brodoin merged commit 5c251a7 into develop May 15, 2023
@brodoin brodoin deleted the use-chia-root branch May 15, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CHECK: Confirm that climate-portal respects $CHIA_ROOT environment variable
2 participants