From 32903ace76628d4af64309595e62f00797b16624 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 13:53:48 +0800 Subject: [PATCH] Add .env.local to version control --- .env.local | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..0cab7aa --- /dev/null +++ b/.env.local @@ -0,0 +1,5 @@ +DOMAIN=philip-cat.com +STACK_NAME=allandone +NEXT_PUBLIC_API_URL="https://philip-cat.com/api/v1/" +NEXT_PUBLIC_IMAGE_URL="https://images.philip-cat.com/" +NEXT_PUBLIC_GOOGLE_MAPS_API_KEY = "AIzaSyBp6yD01sMuqJh2_OqmTjIUQa24Ykhn3Bo" \ No newline at end of file