Extra environment variables passed to CommaFeed, refer to https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example for supported values. The default user is admin
and the default password is admin
. Correct configuration for H2 database is already provided.
Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
CF_SERVER_APPLICATIONCONNECTORS_0_PORT = 9090;
CF_SERVER_APPLICATIONCONNECTORS_0_TYPE = "http";
}