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

Rename env vars related for the integration with microservices and footer env vars #7254

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Apr 11, 2023

Motivation

Rename env vars related to integration with microservices

Changelog

Add common MICROSERVICE_ prefix for env vars related to microservices

RUST_VERIFICATION_SERVICE_URL -> MICROSERVICE_SC_VERIFIER_URL
ENABLE_RUST_VERIFICATION_SERVICE -> MICROSERVICE_SC_VERIFIER_ENABLED
VISUALIZE_SOL2UML_SERVICE_URL -> MICROSERVICE_VISUALIZE_SOL2UML_URL
VISUALIZE_SOL2UML_ENABLED -> MICROSERVICE_VISUALIZE_SOL2UML_ENABLED
SIG_PROVIDER_SERVICE_URL -> MICROSERVICE_SIG_PROVIDER_URL
SIG_PROVIDER_ENABLED -> MICROSERVICE_SIG_PROVIDER_ENABLED

  1. ENABLE_ prefix to _ENABLED suffix:

ENABLE_SOURCIFY_INTEGRATION -> SOURCIFY_INTEGRATION_ENABLED
CACHE_ENABLE_TOTAL_GAS_USAGE_COUNTER -> CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED
FOOTER_ENABLE_FORUM_LINK -> FOOTER_FORUM_LINK_ENABLED
ENABLE_TXS_STATS -> TXS_STATS_ENABLED

  1. Env vars for footer have FOOTER_ prefix

LINK_TO_OTHER_EXPLORERS -> FOOTER_LINK_TO_OTHER_EXPLORERS
OTHER_EXPLORERS -> FOOTER_OTHER_EXPLORERS
LOGO_FOOTER -> FOOTER_LOGO

Docs update in blockscout/docs#137
Frontend test deployments update in blockscout/frontend#738
CI-CD deployment update blockscout/blockscout-ci-cd#70
Deployment values update in https://github.com/blockscout/deployment-values/pull/31

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-rename-microservice-env-vars branch 3 times, most recently from d95cc9b to 3551dbc Compare April 11, 2023 12:01
@vbaranov vbaranov changed the title Rename env vars related for the integration with microservices Rename env vars related for the integration with microservices and footer env vars Apr 11, 2023
@vbaranov vbaranov force-pushed the vb-rename-microservice-env-vars branch from 3551dbc to e1c2650 Compare April 11, 2023 15:16
@vbaranov vbaranov force-pushed the vb-rename-microservice-env-vars branch from e1c2650 to 991ef8f Compare April 11, 2023 18:18
@vbaranov vbaranov merged commit 315bfef into master Apr 11, 2023
@vbaranov vbaranov deleted the vb-rename-microservice-env-vars branch April 11, 2023 18:57
@ghost
Copy link

ghost commented Apr 17, 2023

Good job

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.

None yet

1 participant