Sha256: a5c3e829828219ee862ec335c1f9096a07580f79a1ea0de57331c9bc7e1eba7f
Contents?: true
Size: 757 Bytes
Versions: 7
Compression:
Stored size: 757 Bytes
Contents
# Add configuration values here, as shown below. # Tenant Credentials tenant_id: my_tenant_id tenant_key: my_tenant_access_key # Emailing platform # MANDRILL_API_KEY: changeme # SPARKPOST_API_KEY: changeme # Rails secret key SECRET_KEY_BASE: <%= SecureRandom.hex(64) %> # Google Tag Manager google_tag_container: GTM-TH3MLB # Intercom - uncomment and add a valid intercom_id to enable # INTERCOM_APP_ID: intercom_app_id # INTERCOM_API_SECRET: intercom_api_secret # INTERCOM_API_KEY: intercom_api_key # OmniAuth - uncomment and add a valid values to enable # OAUTH_LINKEDIN_KEY: changeme # OAUTH_LINKEDIN_SECRET: changeme # OAUTH_GOOGLE_KEY: changeme # OAUTH_GOOGLE_SECRET: changeme # OAUTH_FACEBOOK_KEY: changeme # OAUTH_FACEBOOK_SECRET: changeme
Version data entries
7 entries across 7 versions & 1 rubygems