]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_dev.yml
Merge pull request #4276 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / config / config_dev.yml
index 3b67d8f6965b50a14b1460c9bea2a9416c25de8f..fa6e14e734e9847c1702ab6d5b390f070f1620bd 100644 (file)
@@ -3,7 +3,7 @@ imports:
 
 framework:
     router:
-        resource: "%kernel.root_dir%/config/routing_dev.yml"
+        resource: "%kernel.project_dir%/app/config/routing_dev.yml"
         strict_requirements: true
     profiler:
         only_exceptions: false
@@ -36,7 +36,7 @@ monolog:
             channels: [doctrine]
 
 swiftmailer:
-    # see http://mailcatcher.me/
+    # see https://mailcatcher.me/
     transport: smtp
     host: 'localhost'
     port: 1025