修改代码生成器模板.

This commit is contained in:
lijiahang
2023-07-13 09:57:32 +08:00
parent d39ab1f32a
commit 75e588be4e
25 changed files with 750 additions and 340 deletions

View File

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