Liking cljdoc? Tell your friends :D

metabase.public-settings.metastore

Settings related to checking token validity and accessing the MetaStore.

Settings related to checking token validity and accessing the MetaStore.
raw docstring

enable-audit-app?clj

(enable-audit-app?)

Should we allow use of the audit app?

Should we allow use of the audit app?
sourceraw docstring

enable-sandboxes?clj

(enable-sandboxes?)

Should we enable data sandboxes (row and column-level permissions?

Should we enable data sandboxes (row and column-level permissions?
sourceraw docstring

enable-sso?clj

(enable-sso?)

Should we enable SAML/JWT sign-in?

Should we enable SAML/JWT sign-in?
sourceraw docstring

enable-whitelabeling?clj

(enable-whitelabeling?)

Should we allow full whitelabel embedding (reskinning the entire interface?)

Should we allow full whitelabel embedding (reskinning the entire interface?)
sourceraw docstring

hide-embed-branding?clj

(hide-embed-branding?)

Should we hide the 'Powered by Metabase' attribution on the embedding pages? true if we have a valid premium embedding token.

Should we hide the 'Powered by Metabase' attribution on the embedding pages? `true` if we have a valid premium
embedding token.
sourceraw docstring

premium-embedding-tokenclj

(premium-embedding-token)
(premium-embedding-token new-value)

Token for premium features. Go to the MetaStore to get yours!

premium-embedding-token is a string Setting. You can get its value by calling:

(premium-embedding-token)

and set its value by calling:

(premium-embedding-token <new-value>)

You can also set its value with the env var MB_PREMIUM_EMBEDDING_TOKEN.

Clear its value by calling:

(premium-embedding-token nil)

Its default value is nil.

Token for premium features. Go to the MetaStore to get yours!

`premium-embedding-token` is a string Setting. You can get its value by calling:

    (premium-embedding-token)

and set its value by calling:

    (premium-embedding-token <new-value>)

You can also set its value with the env var `MB_PREMIUM_EMBEDDING_TOKEN`.

Clear its value by calling:

    (premium-embedding-token nil)

Its default value is `nil`.
sourceraw docstring

store-urlclj

URL to the MetaStore. Hardcoded by default but for development purposes you can use a local server. Specify the env var METASTORE_DEV_SERVER_URL.

URL to the MetaStore. Hardcoded by default but for development purposes you can use a local server. Specify the env
var `METASTORE_DEV_SERVER_URL`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close