Web API for the bulk printing desktop application.

appsettings.json 311B

123456789101112131415161718
  1. {
  2. "Database": {
  3. "ConnectionString": "SET IN secrets.json"
  4. },
  5. "Logging": {
  6. "IncludeScopes": false,
  7. "LogLevel": {
  8. "Default": "Warning"
  9. }
  10. },
  11. "TokenAuthentication": {
  12. "Audience": "bulk",
  13. "Issuer": "bulk",
  14. "Key": "SET IN secrets.json",
  15. "TokenLifetime": 86400
  16. }
  17. }