com.google.sitebricks.Config Maven / Gradle / Ivy
package com.google.sitebricks;
/**
* Internal Sitebricks Async configuration value object.
*
* @author [email protected] (Dhanji R. Prasanna)
*/
class Config {
String host = "localhost";
int port = 8080;
String websocketsUri;
}