You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
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
Do this...
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.
The text was updated successfully, but these errors were encountered:
Bug Description
Currently it is not possible to set the port through an environment variable. To fix update
port: int
toport: int = os.getenv("FIDESOPS__PORT", "8080")
Steps to Reproduce
Expected behavior
Port should be configurable with environment variables.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: