]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / app / AppKernel.php
index 90e9f1d8d91470efe228396fb1d29bd3362a86a0..40726f0549cc9c756e08a1a00f2cf989859a43a0 100644 (file)
@@ -78,6 +78,12 @@ class AppKernel extends Kernel
                        'base_url' => 'http://localhost:8080/',
                    ],
                ]);
+            } else {
+                $container->loadFromExtension('framework', [
+                    'assets' => [
+                        'base_url' => $container->getParameter('domain_name'),
+                    ],
+                ]);
             }
         });
     }