diff --git a/frontend/.env.production b/frontend/.env.production deleted file mode 100644 index 352fa3858..000000000 --- a/frontend/.env.production +++ /dev/null @@ -1,2 +0,0 @@ -VITE_API_HOST = https://gptcloud.arc53.com -VITE_CLERK_PUBLISHABLE_KEY='pk_test_aGFybWxlc3MtY29ja2F0b28tODIuY2xlcmsuYWNjb3VudHMuZGV2JA' \ No newline at end of file diff --git a/frontend/.env.production.example b/frontend/.env.production.example new file mode 100644 index 000000000..b007de1a1 --- /dev/null +++ b/frontend/.env.production.example @@ -0,0 +1,2 @@ +VITE_API_HOST=https://gptcloud.arc53.com +VITE_CLERK_PUBLISHABLE_KEY=pk_xxxxxxx \ No newline at end of file