X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters.yml.dist;h=6b0cb8e84c9c5aa23d4cbd1035e8cfce8bbf07b8;hb=a1661af17c9054a6c399dd9d5220f8d6a5091fa2;hp=afcee0399006a400030573bc9c5cf6d0e270c988;hpb=9fe87bc2e20fa95573287a61ef9798cc15648187;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index afcee039..6b0cb8e8 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -11,18 +11,22 @@ parameters: # database_password: %env.database_password% database_driver: pdo_mysql + database_driver_class: ~ + # database_driver_class: Wallabag\CoreBundle\Doctrine\DBAL\Driver\CustomPostgreSQLDriver database_host: 127.0.0.1 database_port: ~ database_name: wallabag database_user: root database_password: ~ - # For SQLite, database_path should be "%kernel.root_dir%/../data/db/wallabag.sqlite" + # For SQLite, database_path should be "%kernel.project_dir%/data/db/wallabag.sqlite" database_path: null database_table_prefix: wallabag_ database_socket: null # 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 +62,3 @@ parameters: redis_port: 6379 redis_path: null redis_password: null - - # sites credentials - sites_credentials: {}