API
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

appsettings.json 296B

1234567891011121314
  1. {
  2. "AppSettings": {
  3. "Secret": "PV's biggest secret"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Warning"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "ConnectionStrings": {
  12. "DefaultConnection": "Server=localhost;Port=5432;Database=Univate;User Id=postgres;Password=Prov1s1on;"
  13. }
  14. }