Skip to content

Commit

Permalink
changes as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Oct 30, 2024
1 parent eca9710 commit d7cccc4
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,12 @@ KB_org_killbill_template_invoiceFormatterFactoryPluginName |Invoice formatter
|===
|Property Name/Environment Variable Name |Description |Default Value | Configuration Method
//-------------------------------------------------
|org.killbill.queue.creator.name |Allow to override the default naming based on Hostname |- |System Property
|org.killbill.queue.creator.autoGeneratedName |If set to true and `org.killbill.queue.creator.name` is not set, generate a UUID instead of using default hostname |- |System Property
|org.killbill.queue.creator.name
/KILLBILL_QUEUE_CREATOR_NAME |Allow to override the default naming based on Hostname |- |System Property/Environment Variable
|org.killbill.queue.creator.autoGeneratedName
/KILLBILL_QUEUE_CREATOR_AUTOGENERATE_NAME |If set to true and `org.killbill.queue.creator.name` is not set, generate a UUID instead of using default hostname |true |System Property/Environment Variable
|===
|===
[NOTE]
In case of a Tomcat-based environment, the above properties can be configured as system properties. In case of Docker systems, they can be set via the environment variables mentioned above.

0 comments on commit d7cccc4

Please sign in to comment.