1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00

remove craueconfig domain name setting and add a proper one in parameters

This commit is contained in:
Thomas Citharel 2017-06-01 10:42:19 +02:00
parent 6ed2627bb3
commit be9d693e74
18 changed files with 8 additions and 14 deletions

View file

@ -151,7 +151,7 @@ class ConfigController extends Controller
'token' => $config->getRssToken(),
],
'twofactor_auth' => $this->getParameter('twofactor_auth'),
'wallabag_url' => $this->get('craue_config')->get('wallabag_url'),
'wallabag_url' => $this->getParameter('domain_name'),
'enabled_users' => $this->getDoctrine()
->getRepository('WallabagUserBundle:User')
->getSumEnabledUsers(),