From 4bca8650aa54b20200675f8760536c39e49aee95 Mon Sep 17 00:00:00 2001 From: Milan Date: Sun, 19 Feb 2023 23:23:11 +0100 Subject: [PATCH] config: update some values --- website/agenda/config/config.cgi.off | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website/agenda/config/config.cgi.off b/website/agenda/config/config.cgi.off index 551adc1..7e93466 100755 --- a/website/agenda/config/config.cgi.off +++ b/website/agenda/config/config.cgi.off @@ -5,12 +5,12 @@ __END__ -Define DOMAIN your-domain.org -Define BASE_DIR /home/calcms/website -Define LOG_DIR /home/radio/log +Define DOMAIN my-radio.org +Define BASE_DIR /home/calcms/racalmas/website +Define LOG_DIR /home/calcms/log # default project from database -project Corax +project my-project domain ${DOMAIN} @@ -52,7 +52,7 @@ domain ${DOMAIN} temp_dir ${BASE_DIR}/temp/ # URLs of the program page the agenda should be injected into (done by preload_agenda.pl) - # this is the page containing calcms_menu, and other ids + # this is the page containing calcms_menu, and other ids source_url_http http://${DOMAIN}/programm.html source_url_https https://${DOMAIN}/programm.html @@ -69,8 +69,8 @@ domain ${DOMAIN} static_files_url /agenda/ # images - local_media_dir ${BASE_DIR}/agenda_files/media/ - local_media_url /agenda_files/media/ + local_media_dir ${BASE_DIR}/media/ + local_media_url /media/ thumbs_url /thumbs/ # archives @@ -94,22 +94,22 @@ domain ${DOMAIN} result_limit 500 # limit creating comments in days before and after start of event - no_new_comments_before 10 + no_new_comments_before 10 no_new_comments_after 60 - + hide_event_images 0 - hostname localhost + hostname 127.0.0.1 port 3306 database calcms username calcms_read - password xxx + password calread000 username_write calcms_write - password_write xxx + password_write calwrite000