init commit.

This commit is contained in:
ljh01459796
2023-06-20 16:05:15 +08:00
commit 95150b6be7
38 changed files with 1965 additions and 0 deletions

8
http-client.env.json Normal file
View File

@@ -0,0 +1,8 @@
{
"local": {
"baseUrl": "http://127.0.0.1:9200/orion-api"
},
"gateway": {
"baseUrl": "http://127.0.0.1:9200/orion-api"
}
}