This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
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?
inc-meta/preprod.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
55 lines (47 sloc)
1.37 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# preprod.properties | |
# | |
# Properties defined for the env=preprod 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 | |
# | |
# Preprod uses different repositories from prod | |
# | |
git.repo.group=ukf-test | |
git.repo.project.data=ukf-test-data | |
git.repo.project.products=ukf-test-products | |
git.repo.project.tooling=ukf-test-meta | |
# | |
# Preprod publishes its aggregates to / but accessible at a different hostname | |
# | |
md.dist.host-ne-01.name=md-ne-01-test.infr.ukfederation.org.uk | |
md.dist.host-ne-02.name=md-ne-02-test.infr.ukfederation.org.uk | |
md.dist.host-we-01.name=md-we-01-test.infr.ukfederation.org.uk | |
md.dist.host-we-02.name=md-we-02-test.infr.ukfederation.org.uk | |
md.dist.path.name=/ | |
# | |
# Preprod MDQ cache is a different file published at a different hostname | |
# | |
mdq.dist.name=mdq-test.ukfederation.org.uk | |
mdq.cache=mdqcache-test.tar.gz | |
# | |
# Preprod T&I CDI uses different settings for temp location and | |
# | |
cdi-master.temploc.name=/tmp/legacy-ukf-test | |
cdi-master.md.path.name=/legacy-ukf-test-md/ | |
cdi-master.mdq.path.name=/legacy-ukf-test-mdq/ |