Skip to content

Options Ports

kellerkinder-service edited this page Feb 7, 2024 · 1 revision

kellerkinder.httpPort

Sets the http port for caddy.

This has to be an int

Example

kellerkinder.httpPort = 8080;

kellerkinder.httpsPort

Sets the https port for caddy.

This has to be an int

Example

kellerkinder.httpsPort = 8443;

kellerkinder.mysqlPort

Sets the MySQL port.

This has to be an int

Example

kellerkinder.mysqlPort = 3307;

kellerkinder.adminerPort

Sets the Adminer port.

This has to be an int

Example

kellerkinder.adminerPort = 8010;

kellerkinder.mailhogApiPort

Sets the Mailhog API port.

This has to be an int

Example

kellerkinder.mailhogApiPort = 8025;

kellerkinder.mailhogSmtpPort

Sets the Mailhog SMTP port.

This has to be an int

Example

kellerkinder.mailhogSmtpPort = 1025;

kellerkinder.mailhogUiPort

Sets the Mailhog Web UI port.

This has to be an int

Example

kellerkinder.mailhogUiPort = 8025;

kellerkinder.redisPort

Sets the Redis port.

This has to be an int

Example

kellerkinder.redisPort = 6379;

kellerkinder.elasticsearchPort

Sets the Elasticsearch/OpenSearch port.

This has to be an int

Example

kellerkinder.elasticsearchPort = 9200;

kellerkinder.elasticsearchTcpPort

Sets the Elasticsearch/OpenSearch TCP port.

This has to be an int

Example

kellerkinder.elasticsearchTcpPort = 9300;

kellerkinder.rabbitMqPort

Sets the RabbitMQ port.

This has to be an int

Example

kellerkinder.rabbitMqPort = 5672;

kellerkinder.rabbitMqManagementPluginPort

Sets the RabbitMQ management plugin port.

This has to be an int

Example

kellerkinder.rabbitMqManagementPluginPort = 15672;