Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Default port is not configurable from env vars #1368

Open
sanders41 opened this issue Sep 21, 2022 · 0 comments
Open

Default port is not configurable from env vars #1368

sanders41 opened this issue Sep 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@sanders41
Copy link
Contributor

sanders41 commented Sep 21, 2022

Bug Description

Currently it is not possible to set the port through an environment variable. To fix update port: int to port: int = os.getenv("FIDESOPS__PORT", "8080")

Steps to Reproduce

  1. Do this...
  2. Then This...

Expected behavior

Port should be configurable with environment variables.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

  • Version:
  • OS:
  • Python Version:
  • Docker Version:

Additional context

Add any other context about the problem here.

@sanders41 sanders41 added the bug Something isn't working label Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant