]> WPIA git - infra.git/blobdiff - modules/gigi/templates/gigi.properties.epp
add: real testing for testserver and real pro-version for real system
[infra.git] / modules / gigi / templates / gigi.properties.epp
index 8e144f9f5304c2009f5317b3c0a5cc24d54a2da7..c0cc48b2e72c85702131944e93a6539b00f12e60 100644 (file)
@@ -1,4 +1,6 @@
 name.suffix=<%=$systemDomain%>
+appName=SomeCA
+appIdentifier=someca
 
 gigi.uid=-1
 gigi.gid=-1
@@ -19,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
+<% } %>