-
Notifications
You must be signed in to change notification settings - Fork 10
Options Ports
kellerkinder-service edited this page Feb 7, 2024
·
1 revision
Sets the http port for caddy.
This has to be an int
Example
kellerkinder.httpPort = 8080;
Sets the https port for caddy.
This has to be an int
Example
kellerkinder.httpsPort = 8443;
Sets the MySQL port.
This has to be an int
Example
kellerkinder.mysqlPort = 3307;
Sets the Adminer port.
This has to be an int
Example
kellerkinder.adminerPort = 8010;
Sets the Mailhog API port.
This has to be an int
Example
kellerkinder.mailhogApiPort = 8025;
Sets the Mailhog SMTP port.
This has to be an int
Example
kellerkinder.mailhogSmtpPort = 1025;
Sets the Mailhog Web UI port.
This has to be an int
Example
kellerkinder.mailhogUiPort = 8025;
Sets the Redis port.
This has to be an int
Example
kellerkinder.redisPort = 6379;
Sets the Elasticsearch/OpenSearch port.
This has to be an int
Example
kellerkinder.elasticsearchPort = 9200;
Sets the Elasticsearch/OpenSearch TCP port.
This has to be an int
Example
kellerkinder.elasticsearchTcpPort = 9300;
Sets the RabbitMQ port.
This has to be an int
Example
kellerkinder.rabbitMqPort = 5672;
Sets the RabbitMQ management plugin port.
This has to be an int
Example
kellerkinder.rabbitMqManagementPluginPort = 15672;