mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 01:52:17 +00:00
Make Countly server configurable via settings.
This commit is contained in:
parent
c7506391ca
commit
7eafa5ca3f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
var Countly = Countly || {};
|
||||
Countly.q = Countly.q || [];
|
||||
Countly.app_key = '#{settings.analytics.countly.token}';
|
||||
Countly.url = 'https://try.count.ly';
|
||||
Countly.url = '#{settings.analytics.countly.server}';
|
||||
|
||||
Countly.q.push(['track_sessions']);
|
||||
Countly.q.push(['track_pageview']);
|
||||
|
|
Loading…
Reference in a new issue