Configuration - PascalHonegger/HeyImIn GitHub Wiki

  • Values for all configurations can be set using the environment variables, using a double underscore (__) to handle hierarchy.
  • All possible configuration values are listed in the appsettings.json file
  • For example, to configure the session timeout to be 14 days, you would set the environment variable HeyImInConfiguration__TimeSpans__InactiveSessionTimeout to the value 14.00:00