20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"AppSettings": {
|
|
"Secret": "Leo token jwt parking spaces lab 125"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
//連接MYSQL 用不到現在都存取在PgSQL
|
|
|
|
"ConnectionStrings": {
|
|
"tarefasConnection": "server=140.125.21.65;port=3307;uid=leo;pwd=@Leo890808;database=leo"
|
|
}
|
|
|
|
}
|