mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
fix
This commit is contained in:
parent
7ccd961983
commit
273b0dd736
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ purge-after = 69d
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
dbpath = __DATA_DIR__/comments.db
|
dbpath = __DATA_DIR__/comments.db
|
||||||
host = __TARGETDOMAIN__
|
host = __TARGET_DOMAIN__
|
||||||
notify = smtp
|
notify = smtp
|
||||||
gravatar = true
|
gravatar = true
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ from = "Isso Comments" <isso@__DOMAIN__>
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
listen = http://localhost:__PORT__
|
listen = http://127.0.0.1:__PORT__
|
||||||
public-endpoint =
|
public-endpoint =
|
||||||
|
|
||||||
[guard]
|
[guard]
|
||||||
|
|
Loading…
Add table
Reference in a new issue