From 88f00155271b7bfcdd3ba96798e016425020a586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Fri, 16 Jul 2021 12:22:17 +0800 Subject: Minimise difference from Strap's --- catalog.cfg | 68 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/catalog.cfg b/catalog.cfg index 45ad3be..f693615 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -31,11 +31,13 @@ VariableDatabase site # Warn if any important modules or usertags are missing. Require module Digest::MD5 "Need %s %s for better cache keys." +Require module Digest::Bcrypt "Required if you are going to use bcrypt passwords for UserDB." +Require module Crypt::Random "Required if you are going to use bcrypt passwords for UserDB." Require module Safe::Hole "Need %s %s for embedded perl object access." # Encoding Variable MV_UTF8 1 -Variable MV_HTTP_CHARSET utf-8 +Variable MV_HTTP_CHARSET UTF-8 #==========================================================================# @@ -48,6 +50,8 @@ ifdef LOGDIR ErrorFile __LOGDIR__/error.log AsciiTrack __LOGDIR__/tracking.asc #TrackFile __LOGDIR__/usertrack +ErrorDestination "Run jobs group=%s pid=%s" __LOGDIR__/jobs_run.log +ErrorDestination "Finished jobs group=%s pid=%s" __LOGDIR__/jobs_run.log endif ifndef LOGDIR @@ -127,7 +131,6 @@ endif # Set the image path for relative images ImageDir __IMAGE_DIR__/ -ImageDirInternal http://__SERVER_NAME____IMAGE_DIR__/ @@ -177,9 +180,12 @@ ifdef DEFAULT_LOCALE include dbconf/locales/{__LOCALES__}.cfg endif -Locale en_US currency_symbol Rp -Locale en_US mon_decimal_point "" -Locale en_US frac_digits 0 +Locale en_US < Date: Fri, 16 Jul 2021 12:37:03 +0800 Subject: Pikul company enum implementation --- catalog.cfg | 2 ++ config/pikul_cost.tag | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/catalog.cfg b/catalog.cfg index f693615..8974467 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -756,3 +756,5 @@ SearchProfile include/profiles/searchprofiles Jobs log __LOGDIR__/jobs.log Jobs base_directory etc/jobs + +Variable PIKUL_ANTERAJA 0 diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag index 88f960e..c4c057b 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -3,7 +3,7 @@ UserTag pikul_cost Routine <{PIKUL_ANTERAJA}) { @provisions = ( "$Global::Variable->{ANTERAJA_BASE_PATH}", "$Global::Variable->{ANTERAJA_ACCESS_KEY_ID}", -- cgit v1.2.3