diff options
author | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 17:48:08 +0000 |
---|---|---|
committer | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 17:48:08 +0000 |
commit | 3a442b23f52db7aaddf0c799826fc1f0ca7a66d3 (patch) | |
tree | abac35fcf4ff1a6abca086abed42a87bb2d2ed88 /work/cfg/config.properties | |
parent | 0572beadfd4805e26114cd92a24492d9cf14fec0 (diff) | |
download | pdf-as-3-3a442b23f52db7aaddf0c799826fc1f0ca7a66d3.tar.gz pdf-as-3-3a442b23f52db7aaddf0c799826fc1f0ca7a66d3.tar.bz2 pdf-as-3-3a442b23f52db7aaddf0c799826fc1f0ca7a66d3.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@688 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work/cfg/config.properties')
-rw-r--r-- | work/cfg/config.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/work/cfg/config.properties b/work/cfg/config.properties index 8d0d75c..2ef963c 100644 --- a/work/cfg/config.properties +++ b/work/cfg/config.properties @@ -106,11 +106,12 @@ moa.available_for_web=true moa.available_for_commandline=true
# MOA Signature
-moa.sign.url=http://localhost:8080/moa-spss/services/SignatureCreation
+moa.sign.url=http://jollyjumper:8001/moa-spss/services/SignatureCreation
+#moa.sign.url=http://localhost:8080/moa-spss/services/SignatureCreation
moa.sign.KeyIdentifier=KG_allgemein
# MOA Verifying
-moa.verify.url=http://localhost:8080/moa-spss/services/SignatureVerification
+moa.verify.url=http://jollyjumper:8001/moa-spss/services/SignatureVerification
moa.verify.TrustProfileID=SecureSignature
#############################################
|