Skip to content

Commit

Permalink
Merge pull request #2477 from osulp/feature/analytic-fix
Browse files Browse the repository at this point in the history
Integrate the GA with API keys
  • Loading branch information
CGillen authored May 5, 2023
2 parents 378e3c8 + 6b8b2ff commit b146d07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/analytics.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# To integrate your app with Google Analytics, uncomment the lines below and add your API key information.
#
# analytics:
# app_name: GOOGLE_OAUTH_APP_NAME
# app_version: GOOGLE_OAUTH_APP_VERSION
# privkey_path: GOOGLE_OAUTH_PRIVATE_KEY_PATH
# privkey_secret: GOOGLE_OAUTH_PRIVATE_KEY_SECRET
# client_email: GOOGLE_OAUTH_CLIENT_EMAIL
analytics:
app_name: <%= ENV.fetch('GOOGLE_OAUTH_APP_NAME', '') %>
app_version: <%= ENV.fetch('GOOGLE_OAUTH_APP_VERSION', '') %>
privkey_path: <%= ENV.fetch('GOOGLE_OAUTH_PRIVATE_KEY_PATH', '') %>
privkey_secret: <%= ENV.fetch('GOOGLE_OAUTH_PRIVATE_KEY_SECRET', '') %>
client_email: <%= ENV.fetch('GOOGLE_OAUTH_CLIENT_EMAIL', '') %>

0 comments on commit b146d07

Please sign in to comment.