From cd63fc4ec6e8b1dc6d397cdb40db00b30db95f21 Mon Sep 17 00:00:00 2001 From: Eunsoo Shin Date: Sun, 22 Sep 2024 18:49:43 -0400 Subject: [PATCH] oops forgot to update k8s --- k8s/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/main.ts b/k8s/main.ts index 5f66e7d..e42ea78 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -86,7 +86,7 @@ export class MyChart extends PennLabsChart { paths: ["/"], isSubdomain: true, }], - djangoSettingsModule: 'Platform.settings.production', + djangoSettingsModule: 'Platform.settings.staging', }); new CronJob(this, 'clear-expired-tokens', {