forked from mirrors/nixpkgs
activemq: add type to configurationDir (#110450)
This commit is contained in:
parent
fc0d3f8da8
commit
332a53728c
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue