config: update some values

This commit is contained in:
Milan
2023-02-19 23:23:11 +01:00
parent b84ce1f60a
commit 4bca8650aa

View File

@@ -5,12 +5,12 @@ __END__
<config> <config>
Define DOMAIN your-domain.org Define DOMAIN my-radio.org
Define BASE_DIR /home/calcms/website Define BASE_DIR /home/calcms/racalmas/website
Define LOG_DIR /home/radio/log Define LOG_DIR /home/calcms/log
# default project from database # default project from database
project Corax project my-project
domain ${DOMAIN} domain ${DOMAIN}
<filter> <filter>
@@ -52,7 +52,7 @@ domain ${DOMAIN}
temp_dir ${BASE_DIR}/temp/ temp_dir ${BASE_DIR}/temp/
# URLs of the program page the agenda should be injected into (done by preload_agenda.pl) # 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_http http://${DOMAIN}/programm.html
source_url_https https://${DOMAIN}/programm.html source_url_https https://${DOMAIN}/programm.html
@@ -69,8 +69,8 @@ domain ${DOMAIN}
static_files_url /agenda/ static_files_url /agenda/
# images # images
local_media_dir ${BASE_DIR}/agenda_files/media/ local_media_dir ${BASE_DIR}/media/
local_media_url /agenda_files/media/ local_media_url /media/
thumbs_url /thumbs/ thumbs_url /thumbs/
# archives # archives
@@ -94,22 +94,22 @@ domain ${DOMAIN}
result_limit 500 result_limit 500
# limit creating comments in days before and after start of event # 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 no_new_comments_after 60
hide_event_images 0 hide_event_images 0
</permissions> </permissions>
<access> <access>
hostname localhost hostname 127.0.0.1
port 3306 port 3306
database calcms database calcms
username calcms_read username calcms_read
password xxx password calread000
username_write calcms_write username_write calcms_write
password_write xxx password_write calwrite000
</access> </access>
<date> <date>