ESG/appsettings.json

26 lines
748 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Admin": {
"id": "admin",
"pwd": "?Bremen?"
},
"ConnectionStrings": {
"SQLConnectionString": "Data Source=sql.bremen.com.tw;Initial Catalog=bremen_db;User ID=bremen_db;Password=4zI5j?45p;Max Pool Size=500;"
},
"MailServer": {
"smtp_host": "smtp.gmail.com",
"smtp_port": 587,
"smtp_username": "bremen@bremen.com.tw",
"smtp_password": "2776Bremen5485",
"sender_email": "bremen@bremen.com.tw",
"sender_name": "ESG需求聯絡表通知信"
},
"CorsOrigins": "https://*.bremen.com.tw,https://localhost:7245,https://bremen.com.tw,https://preview.bremen.com.tw"
}