X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=modules%2Fgigi%2Ftemplates%2Fgigi.properties.epp;h=c0cc48b2e72c85702131944e93a6539b00f12e60;hb=4e7a747e9298faf3e78f523f4677a5838b621aa1;hp=59853dfd332b6b439645d308c0277a1fe9e8e6d9;hpb=417ce970216bcb6221d2e7335e89c65083cdecc5;p=infra.git diff --git a/modules/gigi/templates/gigi.properties.epp b/modules/gigi/templates/gigi.properties.epp index 59853df..c0cc48b 100644 --- a/modules/gigi/templates/gigi.properties.epp +++ b/modules/gigi/templates/gigi.properties.epp @@ -1,7 +1,6 @@ -name.static=static.<%=$systemDomain%> -name.secure=secure.<%=$systemDomain%> -name.www=www.<%=$systemDomain%> -name.api=api.<%=$systemDomain%> +name.suffix=<%=$systemDomain%> +appName=SomeCA +appIdentifier=someca gigi.uid=-1 gigi.gid=-1 @@ -22,3 +21,8 @@ emailProvider.smtpHost=<%=$ips[exim]%> emailProvider.smtpPort=25 highFinancialValue=blacklist.dat + +<% if($testServer == "true") { %> +testing=true +emailProvider=club.wpia.gigi.pages.Manager$MailFetcher +<% } %>