{ "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": "sbkm kcwm opzu zaon", "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" }