mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 04:34:17 +00:00
remove deprecated constructions
This commit is contained in:
parent
401c38ff6a
commit
616ee54ad7
@ -47,12 +47,6 @@ php bin/console doctrine:migrations:migrate
|
|||||||
|
|
||||||
* `* * * * * /crontab/torrent/scrape` - update seeding stats
|
* `* * * * * /crontab/torrent/scrape` - update seeding stats
|
||||||
|
|
||||||
##### Routing
|
|
||||||
|
|
||||||
YGGtracker uses sub-directory prefix by default,
|
|
||||||
if your instance running in the document root, please change `prefix` value to `/` in file
|
|
||||||
`/config/routes.yaml`
|
|
||||||
|
|
||||||
##### App settings
|
##### App settings
|
||||||
|
|
||||||
Custom settings could be provided in the `/.env.local` file by overwriting default `/.env` values
|
Custom settings could be provided in the `/.env.local` file by overwriting default `/.env` values
|
||||||
@ -93,7 +87,8 @@ git checkout -b my-pr-branch-name
|
|||||||
|
|
||||||
#### Feedback
|
#### Feedback
|
||||||
|
|
||||||
[https://github.com/YGGverse/YGGtracker/issues](https://github.com/YGGverse/YGGtracker/issues)
|
[Issues](https://github.com/YGGverse/YGGtracker/issues)
|
||||||
|
[Wiki](https://github.com/YGGverse/YGGtracker/wiki)
|
||||||
|
|
||||||
#### Community
|
#### Community
|
||||||
|
|
||||||
|
@ -3,6 +3,3 @@ controllers:
|
|||||||
path: ../src/Controller/
|
path: ../src/Controller/
|
||||||
namespace: App\Controller
|
namespace: App\Controller
|
||||||
type: attribute
|
type: attribute
|
||||||
# this prefix using in official build URLs.
|
|
||||||
# replace to / if you hosted YGGtracker instance in the document root
|
|
||||||
prefix: '/yggtracker'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user