mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update .env.example, igdb config and web components
This commit is contained in:
+3
-1
@@ -136,7 +136,9 @@ SMARTY_COMPILE_CHECK=false
|
||||
SMARTY_FORCE_COMPILE=false
|
||||
SMARTY_CACHE_DRIVER=file
|
||||
|
||||
IGDB_KEY=
|
||||
TWITCH_CLIENT_ID=
|
||||
TWITCH_CLIENT_SECRET=
|
||||
IGDB_CACHE_LIFETIME=
|
||||
TMDB_APIKEY=9a4e16adddcd1e86da19bcaf5ff3c2a3
|
||||
TMDB_CACHE=false
|
||||
TMDB_LOG=false
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
* This is the API Token you got from https://api.igdb.com
|
||||
*/
|
||||
'api_token' => env('IGDB_KEY', ''),
|
||||
|
||||
/*
|
||||
* This package caches queries automatically.
|
||||
* Here you can set how long (in seconds) each query should be cached (by
|
||||
* default).
|
||||
*
|
||||
* To turn cache off set this value to 0
|
||||
*/
|
||||
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),
|
||||
|
||||
/*
|
||||
* This is the per-page limit for your tier ("Free" by default)
|
||||
* Adjust this to 500 if you are on the "Pro" tier or in the Partner Program
|
||||
* or to 5000 if you are in the "Enterprise" tier.
|
||||
*/
|
||||
'per_page_limit' => 50,
|
||||
|
||||
/*
|
||||
* This is the offset limit for your tier ("Free" by default)
|
||||
* Adjust this to 5000 if you are on the "Pro" tier or in the Partner Program
|
||||
* or to 0 (to turn it off) if you are in the "Enterprise" tier.
|
||||
*/
|
||||
'offset_limit' => 150,
|
||||
];
|
||||
+5
-5
@@ -15,19 +15,19 @@
|
||||
"axios": "^0.21.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"jquery": "3.6.0",
|
||||
"laravel-mix": "^6.0.18",
|
||||
"laravel-mix": "^6.0.19",
|
||||
"lodash": "^4.17.21",
|
||||
"popper.js": "^1.16.1",
|
||||
"prettier": "^2.2.1",
|
||||
"resolve-url-loader": "^3.1.3",
|
||||
"prettier": "^2.3.0",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"vue": "^2.6.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fancyapps/fancybox": "^3.5.7",
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"animate.css": "^4.1.1",
|
||||
"autosize": "^4.0.2",
|
||||
"bootstrap": "^5.0.0",
|
||||
"autosize": "^4.0.4",
|
||||
"bootstrap": "^5.0.1",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bootstrap-hover-dropdown": "^2.2.1",
|
||||
"bootstrap-progressbar": "^0.9.0",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user