ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / application / ApplicationConfig

ApplicationConfig

class ApplicationConfig

To have easy access to the configuration properties of the application, this class exists

Constructors

Name Summary
<init> ApplicationConfig(environment: ApplicationEnvironment)
ApplicationConfig(jwtConfiguration: JwtConfiguration, cors: Cors, mongoConfig: MongoConfig, ktorHttpsConfig: KtorHttpsConfig, featuresConfig: FeaturesConfig)
To have easy access to the configuration properties of the application, this class existsApplicationConfig()

Properties

Name Summary
cors lateinit var cors: Cors
featuresConfig lateinit var featuresConfig: FeaturesConfig
jwt lateinit var jwt: JwtConfiguration
ktorHttpsConfig lateinit var ktorHttpsConfig: KtorHttpsConfig
mongo lateinit var mongo: MongoConfig