mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-07 22:28:13 +08:00
upload environment files
This commit is contained in:
parent
d816b1125d
commit
3752a0df88
3
.env.development
Normal file
3
.env.development
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
VITE_PORT = 8080
|
||||||
|
VITE_PROD = false
|
||||||
|
VITE_API_URL = "http://81.69.223.133:58008"
|
3
.env.production
Normal file
3
.env.production
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
VITE_PORT = 8080
|
||||||
|
VITE_PROD = false
|
||||||
|
VITE_API_URL = "http://81.69.223.133:58008"
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,5 +21,4 @@ dist-ssr
|
|||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.env*
|
|
Loading…
Reference in New Issue
Block a user