mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-01 13:31:04 +00:00
Changed default value for domain_name parameter
This commit is contained in:
parent
e2f3dbec47
commit
5d4743e944
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ parameters:
|
||||||
# with PostgreSQL and SQLite, you must set "utf8"
|
# with PostgreSQL and SQLite, you must set "utf8"
|
||||||
database_charset: utf8mb4
|
database_charset: utf8mb4
|
||||||
|
|
||||||
domain_name: https://your-wallabag-url-instance.com
|
domain_name: https://your-wallabag-instance.wallabag.org
|
||||||
server_name: "Your wallabag instance"
|
server_name: "Your wallabag instance"
|
||||||
|
|
||||||
mailer_dsn: smtp://127.0.0.1
|
mailer_dsn: smtp://127.0.0.1
|
||||||
|
|
Loading…
Reference in a new issue