Sha256: cd27657da2400cd740e9b65022f8fb0487e4ff31a8ba1baceeb49a0f97e74c5b
Contents?: true
Size: 1.73 KB
Versions: 4
Compression:
Stored size: 1.73 KB
Contents
############################################################################# # Platform Features Configuration # # Default settings for all environments # # You can overload any feature for any environment by changing the # environment settings at the bottom of the file ############################################################################# defaults: &defaults enabled_features: [dashboard, apps, forum, api_explorer, help] dashboard: title: Dashboard link: /platform/developer/dashboard controller: dashboard actions: [index] manager_only: false apps: title: Applications link: /platform/developer/apps controller: apps actions: [index, view] manager_only: false forum: title: Discussions link: /platform/developer/forum controller: forum actions: [index, topic, message] manager_only: false help: title: Help link: /platform/developer/help controller: help actions: [] manager_only: false api_explorer: title: API Explorer link: /platform/developer/api_explorer controller: api_explorer actions: [index] manager_only: false ############################################################################# # Environment Settings # You can overload any feature defined in the defaults for any environment ############################################################################# development: <<: *defaults test: <<: *defaults qa: <<: *defaults stage: <<: *defaults production: <<: *defaults
Version data entries
4 entries across 2 versions & 1 rubygems