]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Retrieve username/password from database
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index afcee0399006a400030573bc9c5cf6d0e270c988..b3fe11c87d5a89486e3e8eeeea5b7b07594f4297 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: ~
@@ -58,6 +60,3 @@ parameters:
     redis_port: 6379
     redis_path: null
     redis_password: null
-
-    # sites credentials
-    sites_credentials: {}