diff options
author | Thomas Citharel <github@tcit.fr> | 2020-03-26 17:44:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:44:30 +0100 |
commit | 4345a1d3470b6da338be412e08bc55b3f49ab911 (patch) | |
tree | 2cc60757724d545a774eb1ddebfd0615d66aa818 | |
parent | 309695272dd3db01129003e52f66e428d2892c7f (diff) | |
download | wallabag-fix/4215/add-label-and-issuer-to-o2p-config.tar.gz wallabag-fix/4215/add-label-and-issuer-to-o2p-config.tar.zst wallabag-fix/4215/add-label-and-issuer-to-o2p-config.zip |
Update app/config/config.ymlfix/4215/add-label-and-issuer-to-o2p-config
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 63c7bef2..82938b8f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -208,7 +208,7 @@ scheb_two_factor: | |||
208 | 208 | ||
209 | google: | 209 | google: |
210 | enabled: "%twofactor_auth%" | 210 | enabled: "%twofactor_auth%" |
211 | label: wallabag | 211 | server_name: wallabag |
212 | issuer: "%domain_name%" | 212 | issuer: "%domain_name%" |
213 | template: WallabagUserBundle:Authentication:form.html.twig | 213 | template: WallabagUserBundle:Authentication:form.html.twig |
214 | 214 | ||