Sha256: b5c244e29dfe7741a2d6af78c6a3f81d6fb2fbceba4a5332db73366ae70dda40

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

impac:
  paths:
    mnohub_api: /mnoe/jpi/v1
  pusher:
    key: <%= ENV['impac_pusher_key'] %>
mno:
  paths:
    root: /api/mnoe/v1
url_config:
  after_sign_out_url: <%= ENV['AFTER_SIGN_OUT_URL']%>
frontend_host:

#===============================================
# Feature Flags
#===============================================
# Do not display Audit Log in Organization Panel
audit_log:
  enabled: false
# Display App Pricing on Marketplace
pricing:
  enabled: false
# Enable the App Dock
dock:
  enabled: true
# Display the Developer section on "My Account"
developer:
  enabled: false
# Display the onboarding wizard
onboarding_wizard:
  enabled: false
# Enable Reviews in the marketplace
reviews:
  enabled: false
# Enable Questions in the marketplace
questions:
  enabled: false
# Disable payment
payment:
  disabled: false
# Marketplace config
marketplace:
  # Enable the marketplace
  enabled: true
  # Enable comparison of apps
  comparison:
    enabled: false
# Allow user to create and manage Organizations
organization_management:
  enabled: true
  # Display the billing tab
  billing:
    enabled: true
# Allow user to edit their information and password
user_management:
  enabled: true
# Disable user registration
devise:
  registration:
    disabled: false

# Admin Panel Config
admin_panel:
  apps_management:
    enabled: true
  audit_log:
    enabled: true
  customer_management:
    organization:
      enabled: true
    user:
      enabled: true
  finance:
    enabled: true
  impersonation:
    disabled: false
  staff:
    enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mno-enterprise-core-3.3.1 lib/generators/mno_enterprise/install/templates/config/settings.yml
mno-enterprise-core-3.3.0 lib/generators/mno_enterprise/install/templates/config/settings.yml