Skip to content

Commit

Permalink
Use Pare API domain as default URL
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 19, 2024
1 parent 8a4096b commit c524519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pare/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
env = Env()
env.read_env()

PARE_API_URL: str = env.str("PARE_API_URL", "http://localhost:8000")
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")
PARE_API_DEPLOY_URL_PATH: str = env.str("PARE_API_DEPLOY_URL_PATH", "/deploy/")
PARE_API_SERVICES_URL_PATH: str = env.str("PARE_API_SERVICES_URL_PATH", "/services/")
Expand Down

0 comments on commit c524519

Please sign in to comment.