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

refactor of environment variables #2417

Merged
merged 4 commits into from
Jan 24, 2024
Merged

Conversation

BillyWooo
Copy link
Collaborator

@BillyWooo BillyWooo commented Jan 23, 2024

as tile, a minor PR.
fixed an error within that rust file.

@@ -211,18 +211,18 @@ impl DataProviderConfig {
discord_auth_token: "".to_string(),
achainable_url: "https://label-production.graph.tdf-labs.io/".to_string(),
achainable_auth_key: "".to_string(),
credential_endpoint: "wss://tee-staging.litentry.io".to_string(),
credential_endpoint: "wss://rpc.rococo-parachain.litentry.io".to_string(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This value will vary across environments but we cannot let it to be overriden by environment variable. I think we will need a compilation toggle for that.

Let's address it in another PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. That would be a better approach.

@BillyWooo BillyWooo merged commit 128fb1e into dev Jan 24, 2024
31 of 34 checks passed
@BillyWooo BillyWooo deleted the minor-fixes-during-deployment branch January 24, 2024 14:03
@kziemianek kziemianek mentioned this pull request Feb 2, 2024
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

3 participants