Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HYH.Registry
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张龙涛
HYH.Registry
Commits
c9f337a4
Commit
c9f337a4
authored
Mar 16, 2023
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v6
parent
ed4a1297
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
22 deletions
+18
-22
appsettings.json
src/HYH.Registry.Web.Host/appsettings.json
+18
-22
No files found.
src/HYH.Registry.Web.Host/appsettings.json
View file @
c9f337a4
{
"ConnectionStrings"
:
{
"Default"
:
"Server=39.100.148.168; Database=system; charset=utf8;user=root;password=root@Mysql8@228;port=3307;pooling=true;min pool size=1;max pool size=5;"
},
//
"Logging"
:
{
//
"IncludeScopes"
:
true
,
//
"LogLevel"
:
{
//
"Default"
:
"DEBUG"
,
//
"System"
:
"DEBUG"
,
//
"Microsoft"
:
"DEBUG"
//
}
//
},
"App"
:
{
"ServerAddress"
:
"http://*:10160"
"ServerAddress"
:
"http://*:10160/"
,
"Title"
:
"系统管理 API"
,
"Version"
:
"v1"
,
"ApiName"
:
"registry"
,
"SwaggerClientId"
:
"registry_api_swagger"
,
"db"
:
{
"database"
:
"mes"
}
},
"ServiceDiscovery"
:
{
"ServiceName"
:
"registry"
,
"Version"
:
"1.0.0-pre"
,
"HealthCheckTemplate"
:
"/api/health"
,
"Endpoints"
:
[
"http://192.168.0.181:10160"
]
},
"apollo"
:
{
"AppId"
:
"saas_mes_registry"
,
"Env"
:
"Pro"
,
"Meta"
:
{
//
"MetaServer"
:
"http://39.100.148.168:8080"
,
"FAT"
:
"http://39.100.148.168:8082"
,
"DEV"
:
"http://39.100.148.168:8080"
,
"UAT"
:
"http://39.100.148.168:8082"
,
"PRO"
:
"http://39.100.148.168:8081"
}
"AgileConfig"
:
{
"appId"
:
"saas-config"
,
"secret"
:
""
,
"nodes"
:
"http://192.168.0.181:9800"
,
//多个节点使用逗号分隔
,
"name"
:
"registry"
,
"tag"
:
"v1"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment