Configuration

abstract class Configuration(source)

Base class for configuration classes.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val HOST: String

Host to bind to.

Link copied to clipboard
abstract val KEY_ALIAS: String

Alias for the key in the keystore.

Link copied to clipboard

Keystore password.

Link copied to clipboard
abstract val KEYSTORE_PATH: String

Path to the keystore.

Link copied to clipboard
abstract val PEM_CHAIN_PATH: String

Path to the PEM chain.

Link copied to clipboard

PEM private key.

Link copied to clipboard

Path to the PEM private key.

Link copied to clipboard
abstract val PORT: Int

Port to bind to.

Link copied to clipboard
open var SSL_ON: Boolean

If SSL is enabled.

Link copied to clipboard
abstract val SSL_PORT: Int

Port to use for SSL.