22 lines
585 B
YAML
22 lines
585 B
YAML
|
storage:
|
||
|
service:
|
||
|
defaultLanguage: en
|
||
|
storages:
|
||
|
- type: Temp
|
||
|
basePath: ${FILE_STORAGE}/temp
|
||
|
- type: Main
|
||
|
basePath: ${FILE_STORAGE}/main
|
||
|
- type: Transformer
|
||
|
basePath: ${FILE_STORAGE}/transformer
|
||
|
- type: Deposit
|
||
|
basePath: ${FILE_STORAGE}/deposit
|
||
|
static-files:
|
||
|
semantics: /Semantics.json
|
||
|
material-files:
|
||
|
userGuide: /material/user-guide/
|
||
|
about: /material/about/
|
||
|
termsOfService: /material/terms-of-service/
|
||
|
glossary: /material/glossary/
|
||
|
faq: /material/faq/
|
||
|
language: /i18n/
|