Skip to content

Commit

Permalink
Updated the properties table
Browse files Browse the repository at this point in the history
Updated the properties table
  • Loading branch information
KBbitsP committed Nov 15, 2023
1 parent 8b21c0d commit 87eb2d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ KAUI_DB_HOST |Specifies the Kaui Database Host |None
KAUI_DB_PORT |Specifies the Kaui Database Port |None
|kaui.db.pool/

KAUI_DB_POOL |Coming Soon |50
KAUI_DB_POOL |Specifies the Kaui Database thread pool |50
|kaui.db.timeout/

KAUI_DB_TIMEOUT |Coming Soon |5000
KAUI_DB_TIMEOUT |Specifies the Kaui Database connection timeout |5000

|===

Expand All @@ -48,17 +48,17 @@ KILLBILL_URL/KAUI_KILLBILL_URL |Specifies the Kill Bill URL |http://127.0.0.
KILLBILL_DISABLE_SSL_VERIFICATION/
KAUI_KILLBILL_DISABLE_SSL_VERIFICATION |Coming Soon |Coming Soon
KAUI_KILLBILL_DISABLE_SSL_VERIFICATION |Whether to ignore SSL certificates checks |false
|kaui.read_timeout/
KILLBILL_READ_TIMEOUT/
KAUI_KILLBILL_READ_TIMEOUT |Coming Soon |60000
KAUI_KILLBILL_READ_TIMEOUT |Specifies the read timeout |60000
|kaui.connection_timeout/
KILLBILL_CONNECTION_TIMEOUT/
KAUI_KILLBILL_CONNECTION_TIMEOUT |Coming Soon |60000
KAUI_KILLBILL_CONNECTION_TIMEOUT |Specifies the connection timeout |60000
|===
Expand All @@ -69,16 +69,16 @@ KAUI_KILLBILL_CONNECTION_TIMEOUT |Coming Soon |60000
//-------------------------------------------------
|kaui.demo/
KAUI_DEMO_MODE |Coming Soon |Coming Soon
KAUI_DEMO_MODE |Whether to run Kaui in demo mode |false
|kaui.plugins_whitelist/
KAUI_PLUGINS_WHITELIST |Coming Soon |None
KAUI_PLUGINS_WHITELIST |Kaui plugins to be whitelisted |None
|kaui.root_username/
KAUI_ROOT_USERNAME |Coming Soon |admin
KAUI_ROOT_USERNAME |Specifies the root username |admin
|kaui.disable_sign_up_link/
KAUI_DISABLE_SIGN_UP_LINK |Coming Soon |Coming Soon
KAUI_DISABLE_SIGN_UP_LINK |Whether to disable the sign up link |false
|kaui.chargeback_reason_codes/
KAUI_CHARGEBACK_REASON_CODES |Default reason codes for chargebacks |None
Expand All @@ -90,7 +90,7 @@ KAUI_CREDIT_REASON_CODES |Default reason codes for credits |None
KAUI_INVOICE_ITEM_REASON_CODES |Default reason codes for item adjustments |None
|kaui.invoice_payment_reason_codes/
KAUI_INVOICE_PAYMENT_REASON_CODES |Coming Soon |None
KAUI_INVOICE_PAYMENT_REASON_CODES |Default reason codes for invoice payments |None
|kaui.payment_reason_codes/
KAUI_PAYMENT_REASON_CODES |Default reason codes for payments |None
Expand All @@ -106,6 +106,6 @@ KAUI_REFUND_REASON_CODES |Default reason codes for refunds |None
//-------------------------------------------------
|kaui.encryption.filename/
KAUI_ENCRYPTION_FILENAME |Coming Soon |config/symmetric-encryption.yml
KAUI_ENCRYPTION_FILENAME |File containing the encryption keys |config/symmetric-encryption.yml
|===
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ KB_org_killbill_billing_server_event_post_type_skip |List of event types to be
KB_org_killbill_billing_server_event_dispatch_type_skip |List of event types to be skipped (not dispatched internally) |- |Per-Tenant/Config File/Environment Variable
|org.killbill.billing.server.event.bulk.subscription.aggregate/
KB_org_killbill_billing_server_event_bulk_subscription_aggregate |Coming Soon |false |Per-Tenant/Config File/Environment Variable
KB_org_killbill_billing_server_event_bulk_subscription_aggregate |Aggregate the events for bulk subscription |false |Per-Tenant/Config File/Environment Variable
|===
=== Currency Properties
Expand Down Expand Up @@ -953,10 +953,10 @@ KB_org_killbill_security_auth0_allowedClockSkew |Auth0 JWT allowed clock skew
|org.killbill.security.skipAuthForPlugins/
KB_org_killbill_security_skipAuthForPlugins |Specifies whether authentication should be skipped for plugins |false |Config File/Environment Variable
|killbill.server.ldap/- |Coming Soon |false |System property
|killbill.server.okta/- |Coming Soon |false |System property
|killbill.server.auth0/- |Coming Soon |false |System Property
|killbill.server.rbac/- |Coming Soon |true |System Property
|killbill.server.ldap/- |Is LDAP enabled |false |System property
|killbill.server.okta/- |Is OKTA enabled |false |System property
|killbill.server.auth0/- |Is AUTH0 enabled |false |System Property
|killbill.server.rbac/- |Is RBAC enabled |true |System Property
|===
=== Logging Properties
Expand All @@ -976,7 +976,7 @@ KB_org_killbill_security_skipAuthForPlugins |Specifies whether authentication
|===
|Property Name/Environment Variable Name |Description |Default Value | Configuration Method
//-------------------------------------------------
|org.killbill.catalog.frequentValuesCacheSize |Coming Soon |1000 |System property
|org.killbill.catalog.frequentValuesCacheSize |Number of values to be considered for cache |1000 |System property
|org.killbill.cache.disabled/
KB_org_killbill_cache_disabled |Caches to be disabled |null |Config File/Environment Variable
Expand Down

0 comments on commit 87eb2d0

Please sign in to comment.