module config; enum keyString = "encryption key"; enum cipherName = "cipher name"; enum serverHost = "API server hostname"; enum serverPort = 80; enum proxyPortNumber = 80; //edit this if you want to run the proxy as a normal user and use a reverse proxy