]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/parameters.yml.dist
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
CommitLineData
93fd4692
NL
1# This file is a "template" of what your parameters.yml file should look like
2parameters:
1d41effe
FM
3 # Uncomment these settings or manually update your parameters.yml
4 # to use docker-compose
5 #
6 # database_driver: %env.database_driver%
7 # database_host: %env.database_host%
8 # database_port: %env.database_port%
9 # database_name: %env.database_name%
10 # database_user: %env.database_user%
11 # database_password: %env.database_password%
12
7d5e84fe 13 database_driver: pdo_mysql
03fb6fde 14 database_host: 127.0.0.1
61b9fdd5 15 database_port: ~
ec42e697 16 database_name: wallabag
61b9fdd5
NL
17 database_user: root
18 database_password: ~
9ca069a6 19 # For SQLite, database_path should be "%kernel.project_dir%/data/db/wallabag.sqlite"
7d5e84fe 20 database_path: null
164bd801 21 database_table_prefix: wallabag_
6d204f53 22 database_socket: null
46825cff 23 # with PostgreSQL and SQLite, you must set "utf8"
7d5e84fe 24 database_charset: utf8mb4
93fd4692 25
1a942528 26 domain_name: https://your-wallabag-url-instance.com
be9d693e 27
6a318706
GG
28 mailer_transport: smtp
29 mailer_user: ~
30 mailer_password: ~
31 mailer_host: 127.0.0.1
32 mailer_port: false
33 mailer_encryption: ~
34 mailer_auth_mode: ~
93fd4692 35
98efffc2 36 locale: en
93fd4692
NL
37
38 # A secret key that's used to generate certain security-related tokens
98efffc2 39 secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
2b9fe72b 40
63e40f2d 41 # two factor stuff
18cf594f
NL
42 twofactor_auth: true
43 twofactor_sender: no-reply@wallabag.org
bc358c91
NL
44
45 # fosuser stuff
de3d716a 46 fosuser_registration: true
3eb06f28 47 fosuser_confirmation: true
b84a8055 48
6894d48e 49 from_email: no-reply@wallabag.org
56c778b4
NL
50
51 rss_limit: 50
52
56c778b4 53 # RabbitMQ processing
56c778b4
NL
54 rabbitmq_host: localhost
55 rabbitmq_port: 5672
56 rabbitmq_user: guest
57 rabbitmq_password: guest
881b0578 58 rabbitmq_prefetch_count: 10
b3437d58
JB
59
60 # Redis processing
6d204f53 61 redis_scheme: tcp
b3437d58
JB
62 redis_host: localhost
63 redis_port: 6379
6d204f53 64 redis_path: null
c1683778 65 redis_password: null