activemq: add type to configurationDir (#110450)

This commit is contained in:
Fritz Otlinghaus 2021-01-22 11:11:05 +01:00 committed by GitHub
parent fc0d3f8da8
commit 332a53728c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ in {
};
configurationDir = mkOption {
default = "${activemq}/conf";
type = types.str;
description = ''
The base directory for ActiveMQ's configuration.
By default, this directory is searched for a file named activemq.xml,