Parking_space_WEBAPI/WebApi_data_value/appsettings.json
2024-02-01 13:48:38 +08:00

20 lines
363 B
JSON

{
"AppSettings": {
"Secret": "Leo token jwt parking spaces lab 125"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
//連接MYSQL
"ConnectionStrings": {
"tarefasConnection": "server=140.125.21.65;port=3307;uid=leo;pwd=@Leo890808;database=leo"
}
}