Skip to content

Commit

Permalink
Dont read local config from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 21, 2024
1 parent 51e30cf commit ac90ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pare/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from environs import Env

env = Env()
env.read_env()

PARE_API_URL: str = env.str("PARE_API_URL", "https://api.pare.gauge.sh")
PARE_API_VERSION: str = env.str("PARE_API_VERSION", "v0.1")
Expand Down

0 comments on commit ac90ef0

Please sign in to comment.