Browse Source

remove deprecated constructions

main
ghost 1 year ago
parent
commit
616ee54ad7
  1. 9
      README.md
  2. 3
      config/routes.yaml

9
README.md

@ -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
config/routes.yaml

@ -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…
Cancel
Save