Configuration improvements
This commit is contained in:
@@ -2,4 +2,16 @@ parameters:
|
||||
oai.repository_name: DASI OAI-PMH repository
|
||||
oai.base_url: http://localhost/dasi/oai
|
||||
oai.admin_email: info@dasiproject.eu
|
||||
oai.xsl_path: 'bundles/oaisymfony/oai2.xsl'
|
||||
oai.xsl_path: 'bundles/oaisymfony/oai2.xsl'
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
OaiSymfony\Controller\:
|
||||
resource: '../src/Controller/'
|
||||
tags: ['controller.service_arguments']
|
||||
|
||||
OaiSymfony\Routing\OaiRouteLoader:
|
||||
tags: ['routing.loader']
|
||||
3
config/routes.yaml
Normal file
3
config/routes.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
oai_routes:
|
||||
resource: '../src/Controller/'
|
||||
type: attribute
|
||||
Reference in New Issue
Block a user