fix: traefik router for acme certs (#1068)

* fix: traefik router for acme certs

* fix: set default for sites

* test: use .localhost site names
This commit is contained in:
Revant Nandgaonkar
2023-02-02 13:45:06 +05:30
committed by GitHub
parent 8f843c1522
commit a580385295
6 changed files with 30 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ def check_cache():
def main() -> int:
frappe.connect(site="tests")
frappe.connect(site="tests.localhost")
check_db()
check_cache()
return 0