appName

val appName: String? = null

The name of this application. Modules are only installed if their KtorModule.restrictToAppName matches this value. By default, both appName and KtorModule.restrictToAppName are set to null. null is just the default value and does not have any specific meaning (it does NOT mean "put this module everywhere").