File: initialize.js

package info (click to toggle)
python-aiopyarr 23.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: python: 25,335; makefile: 22; javascript: 11
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
window.Radarr = {
    apiRoot: '/api/v3',
    apiKey: '1234567890abcdef1234567890abcdef',
    release: '4.0.3.5849-develop',
    version: '4.0.3.5849',
    branch: 'nightly',
    analytics: true,
    userHash: 'abcd1234',
    urlBase: '',
    isProduction: true
  };