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

GA should support to override iggy config with env vars #14

Closed
Tchoupinax opened this issue Nov 27, 2024 · 1 comment
Closed

GA should support to override iggy config with env vars #14

Tchoupinax opened this issue Nov 27, 2024 · 1 comment

Comments

@Tchoupinax
Copy link
Collaborator

No description provided.

@Tchoupinax
Copy link
Collaborator Author

Tchoupinax commented Nov 28, 2024

Nothing to implement in the Github Action, we can just provide environment variables to the action and it will be read by iggy server:

- name: Setup iggy
  uses: iggy-rs/setup-iggy@v1
  env:
    IGGY_TCP_ADDRESS: "0.0.0.0:8091"

Every configuration can be overridden by environment variable following the pattern IGGY_*. Documentation can be found here.

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

No branches or pull requests

1 participant