]> 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 59853dfd332b6b439645d308c0277a1fe9e8e6d9..c0cc48b2e72c85702131944e93a6539b00f12e60 100644 (file)
@@ -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
+<% } %>