From a88946bb7fcfc1632661eafc84eac0aa1c2573c3 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 24 Jul 2024 01:07:11 -0400 Subject: Update server configuration to disable serving frontend --- config/local.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/local.yaml') diff --git a/config/local.yaml b/config/local.yaml index fb25d49..33e5a3d 100644 --- a/config/local.yaml +++ b/config/local.yaml @@ -18,6 +18,7 @@ server: cors_allow_origins: - "http://localhost:5173" - "http://localhost:7926" + serve_frontend: false scheduler_jobs: due_job: 30m overdue_job: 3h -- cgit