Package eu.yeger.koffee

Types

Arguments
Link copied to clipboard
Contains the arguments of this application.
object Arguments : Arkenv

Functions

initializeDefaultAdmin
Link copied to clipboard
Initializes the default admin using the respective Docker secret.
fun Application.initializeDefaultAdmin()
main
Link copied to clipboard
Starts the engine for this server.
fun main(args: Array<String>)
mainModule
Link copied to clipboard
Defines the main application module for this server. Installs and configures Koin, CallLogging and ContentNegotiation. Also initializes the default admin.
fun Application.mainModule()