// Port on which to run the service.
configurable int port = 8080;
//`configurable string password = ?;`
//
// This specifies that the password must be supplied in a configuration file.
Configurable variablesA module-level variable can be declared as |