From 5520f23aa5ae76b3c0ffa586ebaca86192f99f98 Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 12 Jan 2024 18:47:23 +0900 Subject: [PATCH] Add env for production --- frontend/.env.production | 4 ++++ frontend/.gitignore | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 frontend/.env.production diff --git a/frontend/.env.production b/frontend/.env.production new file mode 100644 index 00000000..f92ed787 --- /dev/null +++ b/frontend/.env.production @@ -0,0 +1,4 @@ +VITE_YORKIE_API_ADDR='https://api.yorkie.dev' +VITE_YORKIE_API_KEY='cmggkp8ksk14av0keupg' + + diff --git a/frontend/.gitignore b/frontend/.gitignore index 4cd54435..d10f7cc6 100755 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -25,4 +25,4 @@ dist-ssr # Environment .env -.env.* +# .env.*