mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-08 05:09:44 +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"
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,4 +22,3 @@ dist-ssr
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.env*
|
|
Loading…
Reference in New Issue
Block a user