1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Use statements & update translation

This commit is contained in:
Jeremy Benoist 2016-10-11 21:45:43 +02:00
parent 8c61fd12b1
commit b0de88f75d
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 28 additions and 34 deletions

View file

@ -12,6 +12,7 @@ What is the meaning of the parameters?
"database_path", "``""%kernel.root_dir%/../data/db/wallabag.sqlite""``", "only for SQLite, define where to put the database file. Leave it for other database"
"database_table_prefix", "wallabag_", "all wallabag's tables will be prefixed with that string. You can include a ``_`` for clarity"
"database_socket", "null", "If your database is using a socket instead of tcp, put the path of the socket (other connection parameters will then be ignored"
"database_charset", "utf8mb4", "For PostgreSQL you should use utf8, for other use utf8mb4 which handle emoji"
.. csv-table:: Configuration to send emails from wallabag
:header: "name", "default", "description"