diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-06-10 11:36:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 11:36:03 +0200 |
commit | 679aaf08366c265b29d0e4b2e59919314cf338f9 (patch) | |
tree | 6b340839afa56747b6fa8aff3ede2f59d4dcc6d3 /app/config/parameters.yml.dist | |
parent | a8993999893fb665b5e96597f9b649a2a8b940a2 (diff) | |
parent | 1a94252831638cf41f0fe489939dee9dae1c1251 (diff) | |
download | wallabag-679aaf08366c265b29d0e4b2e59919314cf338f9.tar.gz wallabag-679aaf08366c265b29d0e4b2e59919314cf338f9.tar.zst wallabag-679aaf08366c265b29d0e4b2e59919314cf338f9.zip |
Merge pull request #3173 from wallabag/domain-name-param
remove craueconfig domain name setting and add a proper one in parame…
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index afcee039..914fb1ef 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -23,6 +23,8 @@ parameters: | |||
23 | # with PostgreSQL and SQLite, you must set "utf8" | 23 | # with PostgreSQL and SQLite, you must set "utf8" |
24 | database_charset: utf8mb4 | 24 | database_charset: utf8mb4 |
25 | 25 | ||
26 | domain_name: https://your-wallabag-url-instance.com | ||
27 | |||
26 | mailer_transport: smtp | 28 | mailer_transport: smtp |
27 | mailer_host: 127.0.0.1 | 29 | mailer_host: 127.0.0.1 |
28 | mailer_user: ~ | 30 | mailer_user: ~ |