From 2f41a8bf4d4c97240ec4081adfe3b02b195d84c7 Mon Sep 17 00:00:00 2001 From: becem-gharbi <99251251+becem-gharbi@users.noreply.github.com> Date: Tue, 23 May 2023 14:31:34 +0100 Subject: [PATCH] chore(playground): set app name from env --- playground/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/index.ts b/playground/src/index.ts index cb69aa4..0e24f28 100644 --- a/playground/src/index.ts +++ b/playground/src/index.ts @@ -12,7 +12,7 @@ dotenv.config(); //@ts-ignore const { contextStore, storageModule } = storage({ - app: "app0", + app: process.env.APP_NAME || "default", storageOptions: { //@ts-ignore