裕隆城折扣合作@中興低碳 折扣報表
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

appsettings.json 470B

1234567891011121314151617
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "Authentication": {
  10. "Parking": {
  11. "ParkingLoginUrl": "https://serviceapi.altob.com.tw/api/TokenAuth/LoginValidate",
  12. "ParkingOAuthUrl": "https://serviceot.altob.com.tw/account/oauthLogin",
  13. "ClientUrl": "https://serviceapiot.altob.com.tw/api/TokenAuth/",
  14. "ClientSecret": "54b7da5a83e14b00"
  15. }
  16. }
  17. }