Skip to content

Commit

Permalink
Merge pull request #110 from Chia-Network/preconfiguration-troublesho…
Browse files Browse the repository at this point in the history
…oting

ci: visibility into change config.py file
  • Loading branch information
TheLastCicada authored Oct 5, 2023
2 parents a1cfedb + 2491ad9 commit 1efebbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
if: matrix.preconfiguration.name != 'default'
run: |
perl -pi -e 's{CADT_API_SERVER_HOST:\ str\ =.*}{CADT_API_SERVER_HOST:\ str\ =\ \"${{ matrix.preconfiguration.cadt-api-server-host }}\"}g' app/config.py
perl -pi -e 's{CADT_API_SERVER_HOST:.*}{CADT_API_SERVER_HOST:\ \"${{ matrix.preconfiguration.cadt-api-server-host }}\"}g' config.yaml
cat config.yaml
- name: Create virtual environment
uses: Chia-Network/actions/create-venv@main
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLIMATE_EXPLORER_SERVER_HOST: 0.0.0.0
BLOCK_START: 1500000
BLOCK_RANGE: 10000
MIN_DEPTH: 4
CADT_API_SERVER_HOST: https://api.climatewarehouse.chia.net
CADT_API_SERVER_HOST: https://observer.climateactiondata.org/api
CADT_API_KEY:
CHIA_HOSTNAME: localhost
CHIA_FULL_NODE_RPC_PORT: 8555
Expand Down

0 comments on commit 1efebbc

Please sign in to comment.