mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Increased requirejs timeout
set timeout when running in prod regardless of hostname
This commit is contained in:
+7
-6
@@ -76,12 +76,13 @@
|
||||
<div id="errors"></div>
|
||||
<script type="text/javascript">
|
||||
window.NzbDrone = {
|
||||
ApiRoot : 'API_ROOT',
|
||||
ApiKey : 'API_KEY',
|
||||
Version : 'APP_VERSION',
|
||||
Branch : 'APP_BRANCH',
|
||||
Analytics : APP_ANALYTICS,
|
||||
UrlBase : 'URL_BASE'
|
||||
ApiRoot : 'API_ROOT',
|
||||
ApiKey : 'API_KEY',
|
||||
Version : 'APP_VERSION',
|
||||
Branch : 'APP_BRANCH',
|
||||
Analytics : APP_ANALYTICS,
|
||||
UrlBase : 'URL_BASE',
|
||||
Production : PRODUCTION
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user