mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Merge pull request #6616 from wallabag/nicosomb-patch-1
Changed default value for domain_name parameter
This commit is contained in:
commit
087e2ef72f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ parameters:
|
|||
# with PostgreSQL and SQLite, you must set "utf8"
|
||||
database_charset: utf8mb4
|
||||
|
||||
domain_name: https://your-wallabag-url-instance.com
|
||||
domain_name: https://your-wallabag-instance.wallabag.org
|
||||
server_name: "Your wallabag instance"
|
||||
|
||||
mailer_dsn: smtp://127.0.0.1
|
||||
|
|
Loading…
Reference in a new issue