Sha256: a19ce049423a6cc81b3803fc21184b0d30732149b06f9256e49bc5d14d0d8da8
Contents?: true
Size: 800 Bytes
Versions: 4
Compression:
Stored size: 800 Bytes
Contents
Adminpanel.setup do |config| # # You get this from the Google Analytics Dashboard, this configuration is required. # config.analytics_profile_id = '12341234' # # The next configuration is the file used to establish server to server authentication/authorization # # you need to download this file from the Google Developers Console # # and place it inside your application, this configuration is required. # config.analytics_key_filename = '12345ABCDE.p12' # # Path to the key file, defaults to config/analytics # config.analytics_key_path = "config/analytics" # # Configure the default modules that you don't need # # the supported options are :categories, :gallery, :sections and :categories # config.unincluded_modules = [:categories, :gallery, :sections, :categories] end
Version data entries
4 entries across 4 versions & 1 rubygems