object ServerConfig extends Serializable

Source
ServerConfig.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerConfig
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(classLoader: ClassLoader = this.getClass.getClassLoader, rootDir: File = new File("."), port: Option[Int] = Some(9000), sslPort: Option[Int] = None, address: String = "0.0.0.0", mode: api.Mode = Mode.Prod, properties: Properties = System.getProperties): ServerConfig
  2. def rootDirConfig(rootDir: File): Map[String, String]

    Gets the configuration for the given root directory.

    Gets the configuration for the given root directory. Used to construct the server Configuration.