Configure development rate limiter limit and fix base url in local tests runner
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m36s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m36s
This commit is contained in:
@@ -32,7 +32,7 @@ def is_server_healthy(url):
|
||||
|
||||
def main():
|
||||
port = 5001
|
||||
base_url = f"http://localhost:{port}/taxbaik"
|
||||
base_url = f"http://localhost:{port}"
|
||||
health_url = f"{base_url}/healthz"
|
||||
|
||||
server_process = None
|
||||
|
||||
Reference in New Issue
Block a user