From d849bc4a33780f0da69d8b17c9cf8133231f8410 Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Mon, 24 Feb 2025 14:11:49 +0800 Subject: [PATCH] chore: Add environment configuration and update gitignore - Add initial .env file with app configuration settings - Configure image base URL and assistant display names - Remove .env from gitignore while keeping avatar file ignored --- .env | 4 ++++ .gitignore | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..69d7dcb --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +REACT_APP_IMAGE_BASE_URL=https://img2.baidu.com +REACT_APP_ASSISTANT_DISPLAY_NAME_EN=DevChat +REACT_APP_ASSISTANT_DISPLAY_NAME_ZH=DevChat +REACT_APP_LOGO_FILE= diff --git a/.gitignore b/.gitignore index 5909bab..d852ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? -.env avatar_devchat.svg