Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#
# prod.properties
#
# Properties defined for the env=prod deployment environment.
#
#
# Use the PKCS#11 provider for signatures.
#
sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11
#
# Location of the PKCS#11 configuration file for the Thales HSM.
#
sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg
#
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key
#
# Give Java processes plenty of headroom in production.
#
java.max.memory = 1536m