adminsystem/adminsystem.Web/application.json

10 lines
188 B
JSON

{
"PostgreDb": {
"Host": "123.249.39.101",
"Port": "5432",
"Username": "postgres",
"Password": "dujunming520",
"Database": "postgres",
"Schema": "public"
}
}