diff options
author | dstull <dstull@gitlab.com> | 2019-08-13 13:31:40 -0400 |
---|---|---|
committer | dstull <dstull@gitlab.com> | 2019-08-13 14:44:55 -0400 |
commit | 65b82e5b75e3dfaa9393939f08b90cf9affcc7d8 (patch) | |
tree | 496ad90acd72b06dfddb5f57e7690ab9d921914f /config | |
parent | 76b345105a252a507c7993c95ab5f71316a89108 (diff) | |
download | gitlab-ce-ce-add-pendo-snippet.tar.gz |
Add pendo tracking code backport from eece-add-pendo-snippet
- This needs to be added in order to satisfy the idea of keeping
the ce/ee codebases as much in line as possible. The pendo
code will not be used in this codebase.
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/1_settings.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/1_settings.rb b/config/initializers/1_settings.rb index 828732126b6..afec16228d5 100644 --- a/config/initializers/1_settings.rb +++ b/config/initializers/1_settings.rb @@ -209,6 +209,7 @@ Gitlab.ee do Settings.gitlab['mirror_max_delay'] ||= 300 Settings.gitlab['mirror_max_capacity'] ||= 30 Settings.gitlab['mirror_capacity_threshold'] ||= 15 + Settings.gitlab['pendo_api_key'] ||= ENV['GITLAB_PENDO_API_KEY'] end # |