object ServerConfig extends Serializable
- Source
- ServerConfig.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerConfig
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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
- 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.