]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Merge pull request #3173 from wallabag/domain-name-param
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index afcee0399006a400030573bc9c5cf6d0e270c988..914fb1efcba94fdec85a66d0d2b33b4d83f63673 100644 (file)
@@ -23,6 +23,8 @@ parameters:
     # with PostgreSQL and SQLite, you must set "utf8"
     database_charset: utf8mb4
 
+    domain_name: https://your-wallabag-url-instance.com
+
     mailer_transport: smtp
     mailer_host: 127.0.0.1
     mailer_user: ~