adminsystem/adminsystem.Web/application.json

10 lines
188 B
JSON
Raw Normal View History

2024-05-10 11:47:35 +08:00
{
"PostgreDb": {
"Host": "123.249.39.101",
"Port": "5432",
"Username": "postgres",
"Password": "dujunming520",
"Database": "postgres",
"Schema": "public"
}
}