diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index f54bf53..d1582f5 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -1,6 +1,4 @@ -getRootNode(); $rootNode->fixXmlConfig('connection') ->children() @@ -25,11 +23,11 @@ final class Configuration implements ConfigurationInterface ->children() ->scalarNode('baseurl') ->isRequired() - ->info('The base URL of the gitea instance') + ->info('The base URL of your redmine instance') ->end() - ->scalarNode('token') + ->scalarNode('apikey') ->isRequired() - ->info('The Gitea access token') + ->info('Your Redmine API-Key') ->end() ->end() ->end() diff --git a/src/DependencyInjection/MagdevRedmineExtension.php b/src/DependencyInjection/MagdevRedmineExtension.php index ac30802..f21068b 100644 --- a/src/DependencyInjection/MagdevRedmineExtension.php +++ b/src/DependencyInjection/MagdevRedmineExtension.php @@ -1,5 +1,4 @@ -