Class DefaultConfiguration

java.lang.Object
org.aktin.broker.admin.standalone.DefaultConfiguration
All Implemented Interfaces:
Configuration

public class DefaultConfiguration
extends Object
implements Configuration
Configuration options can be specified/overridden via system properties:

  • aktin.broker.auth.provider use one or more authentication provider implementations. separated by comma.
  • aktin.broker.websocket.idletimeoutseconds number of seconds to keep websocket connections open without data.
  • aktin.broker.jdbc.datasource.class datasource implementation class for database driver defaults to local embedded HSQL database
  • aktin.broker.jdbc.url JDBC URL to use with the datasource class. defaults to local embedded HSQL database
Author:
Raphael