From 28fd800a52d73e8cc6a08997527cbbd48058f73a Mon Sep 17 00:00:00 2001 From: Preet Vadaliya Date: Fri, 12 Jul 2024 01:20:21 +0200 Subject: [PATCH] feat: Add environment variables template for functions --- functions/.env.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 functions/.env.template diff --git a/functions/.env.template b/functions/.env.template new file mode 100644 index 0000000..6093673 --- /dev/null +++ b/functions/.env.template @@ -0,0 +1,5 @@ +OPEN_AI_API_KEY="" +ASTRA_DB_URL="" +ASTRA_DB_TOKEN="" +ASTRA_DB_COLLECTION_NAME="" +ASTRA_DB_NAMESPACE="" \ No newline at end of file