From 4802b4698030be3ca767559bcdad4f9ee6bd72b4 Mon Sep 17 00:00:00 2001 From: raidendotai Date: Sat, 21 Sep 2024 05:05:04 +0100 Subject: [PATCH] env fix --- cofounder/api/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cofounder/api/.env b/cofounder/api/.env index c066c9f..8171cd2 100644 --- a/cofounder/api/.env +++ b/cofounder/api/.env @@ -29,6 +29,6 @@ DESIGNER_DESIGN_SYSTEM = "presets/shadcn" #"presets/shadcn" SWARM_ENABLE = TRUE #STATE_CLOUD = TRUE # persist on cloud (firebase + cloudstorage) -#FIREBASE_SERVICE_KEY_PATH = "./firebase-service-key-p0dev.json" -#GOOGLECLOUDSTORAGE_SERVICE_KEY_PATH = "openv0-aa83086a03e1.json" -#GOOGLECLOUDSTORAGE_BUCKET = "uiray" \ No newline at end of file +#FIREBASE_SERVICE_KEY_PATH = "" +#GOOGLECLOUDSTORAGE_SERVICE_KEY_PATH = "" +#GOOGLECLOUDSTORAGE_BUCKET = "" \ No newline at end of file