2024-09-28 01:25:42 +08:00
|
|
|
{
|
|
|
|
"AppSettings": {
|
|
|
|
"Secret": "Leo token jwt parking spaces lab 125"
|
|
|
|
},
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"AllowedHosts": "*",
|
2024-10-01 02:30:08 +08:00
|
|
|
//連接MYSQL 用不到現在都存取在PgSQL
|
2024-09-28 01:25:42 +08:00
|
|
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"tarefasConnection": "server=140.125.21.65;port=3307;uid=leo;pwd=@Leo890808;database=leo"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|