StorageSettings

open class StorageSettings : SettingsHolder(source)

Functions

Link copied to clipboard
open fun registerComments(conf: CommentsConfiguration)

Properties

Link copied to clipboard
val SAVE_INTERVAL: Property<Integer>
Link copied to clipboard
val SQL_DATABASE: Property<String>
Link copied to clipboard
val SQL_ENABLE_SSL: Property<Boolean>
Link copied to clipboard
val SQL_HOST: Property<String>
Link copied to clipboard
val SQL_PASSWORD: Property<String>
Link copied to clipboard
val SQL_POOL_IDLE: Property<Integer>
Link copied to clipboard
val SQL_POOL_LIFETIME: Property<Integer>
Link copied to clipboard
val SQL_POOL_SIZE: Property<Integer>
Link copied to clipboard
val SQL_POOL_TIMEOUT: Property<Integer>
Link copied to clipboard
val SQL_PORT: Property<String>
Link copied to clipboard
val SQL_TABLE_PREFIX: Property<String>
Link copied to clipboard
val SQL_USERNAME: Property<String>
Link copied to clipboard
val STORAGE_TYPE: Property<String>
Link copied to clipboard
val UTF8: Property<Boolean>