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
This commit is contained in:
parent
da327b8add
commit
d849bc4a33
4
.env
Normal file
4
.env
Normal file
@ -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=
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,5 +22,4 @@ dist-ssr
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.env
|
|
||||||
avatar_devchat.svg
|
avatar_devchat.svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user