1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
This commit is contained in:
Éric Gaspar 2023-06-10 13:50:22 +02:00
parent 7ccd961983
commit 273b0dd736

View file

@ -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]