rt.semanticturkey.st-app.13.0.source-code.application.yml Maven / Gradle / Ivy
The newest version!
application:
name: Semantic Turkey
version: @project.version@
build:
timestamp: @maven.build.timestamp@
debug: false
server:
servlet:
context-path: /
port: 1979
spring:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
security:
saml2:
relyingparty:
registration:
st_saml: #registration ID (arbitrary identifier)
signing:
credentials:
- private-key-location: "classpath:security/credentials/private.key"
certificate-location: "classpath:security/credentials/public.cer"
keystore:
- location: "" # e.g.: "file:path/to/keystore.jsk"
alias: ""
password: ""
identityprovider:
metadata-location: "" # e.g.: "file:path/to/idp-metadata.xml"
redirect-url: "" # e.g.: http://localhost:1979/vocbench3
base-url: ""
entity-id: ""
assertion-consumer-service-location: ""
semanticturkey:
data.dir: ../SemanticTurkeyData
ontologiesMirrorLocation: default
adminStatus: false
version: @project.version@
properties:
snakeyaml:
code-point-limit: 10485760 # 10 MB, see: https://github.com/FasterXML/jackson-dataformats-text/tree/2.19/yaml#maximum-input-yaml-document-size-3-mb
© 2015 - 2024 Weber Informatics LLC | Privacy Policy