All back-end configuration can be done from the appsettings.json
in LightNap.WebApi
.
In a production deployment it is preferable to define these settings in a secure place, like Azure app service environment variables.
Application Settings
See the options for configuring application settings.
Database
See the options for configuring the database provider to use.
See the options for configuring the email provider to use.
JSON Web Tokens (JWT)
See the options for configuring the JSON Web Tokens used for site authentication.
Seeding Administrators
See the options for seeding Administrator accounts.