view docker/backend-dev-demo/libervia.conf @ 4195:22cd3094cd1e

docker (demo): fix starting + better UX: - Use the new `wait_for_service` option to be sure that Prosody is launched. - Use the new `init_script_path` option to initiate forums and bookmark a demo room. - Activate MUC service. - Change log formats to make them more readable.
author Goffi <goffi@goffi.org>
date Wed, 13 Dec 2023 22:00:25 +0100
parents d5fd630b57bb
children
line wrap: on
line source

[DEFAULT]
log_fmt = [%%(name)s] %%(message)s
init_wait_for_service=prosody:5222::Prosody
init_script_path=/home/libervia/init_script.sh
xmpp_domain = server1.test
email_server = libervia-backend.test
email_port = 8025
email_admins_list = admin@server1.test

[component file-sharing]
http_upload_public_facing_url = http://localhost:7777
http_upload_connection_type = http
http_upload_port = 7777