2015-09-26 09:56:15 +00:00
|
|
|
# This file is a "template" of what your parameters.yml file should look like
|
|
|
|
parameters:
|
|
|
|
database_driver: pdo_sqlite
|
|
|
|
database_host: 127.0.0.1
|
|
|
|
database_port: ~
|
|
|
|
database_name: symfony
|
|
|
|
database_user: root
|
|
|
|
database_password: ~
|
|
|
|
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
|
|
|
|
database_table_prefix: wallabag_
|
|
|
|
|
|
|
|
test_database_driver: pdo_sqlite
|
|
|
|
test_database_host: localhost
|
|
|
|
test_database_port:
|
|
|
|
test_database_name: ~
|
|
|
|
test_database_user: ~
|
|
|
|
test_database_password: ~
|
|
|
|
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
|
|
|
|
|
|
|
|
mailer_transport: smtp
|
|
|
|
mailer_host: 127.0.0.1
|
|
|
|
mailer_user: ~
|
|
|
|
mailer_password: ~
|
|
|
|
|
|
|
|
locale: en
|
|
|
|
|
|
|
|
# A secret key that's used to generate certain security-related tokens
|
|
|
|
secret: ThisTokenIsNotSoSecretChangeIt
|
|
|
|
|
2016-01-21 07:53:09 +00:00
|
|
|
# two factor stuff
|
2015-10-15 11:20:44 +00:00
|
|
|
twofactor_auth: true
|
|
|
|
twofactor_sender: no-reply@wallabag.org
|
2016-02-04 15:06:05 +00:00
|
|
|
|
|
|
|
# fosuser stuff
|
2016-02-04 13:21:33 +00:00
|
|
|
fosuser_confirmation: true
|
2016-01-31 14:12:18 +00:00
|
|
|
|
|
|
|
from_email: no-reply@wallabag.org
|