Server Configuration
data class ServerConfiguration(val debugMode: Boolean = false, val insecureMode: Boolean = false, val port: Int = 8003, val prefix: String = "goblin", val clientId: String? = null, val secret: String? = null, val backend: String = "http://localhost:8080", val discoveryURI: String = "https://gitlab-ext.utu.fi/.well-known/openid-configuration", val iss: String = "https://gitlab-ext.utu.fi", val callback: String = "https://ft-dev.utu.fi/api/v1/callback")
Constructors
Link copied to clipboard
constructor(debugMode: Boolean = false, insecureMode: Boolean = false, port: Int = 8003, prefix: String = "goblin", clientId: String? = null, secret: String? = null, backend: String = "http://localhost:8080", discoveryURI: String = "https://gitlab-ext.utu.fi/.well-known/openid-configuration", iss: String = "https://gitlab-ext.utu.fi", callback: String = "https://ft-dev.utu.fi/api/v1/callback")