Skip to content

Commit

Permalink
Merge pull request eclipse-vorto#2267 from bosch-io/update-attachment…
Browse files Browse the repository at this point in the history
…-types

Added YML as supported attachment type.
  • Loading branch information
kolotu authored Jan 30, 2020
2 parents 40b62e1 + c9f6985 commit 04b29e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server:
port: 8080
contextPath: /infomodelrepository
use-forward-headers: true
admin: aedelmann, erlemantos
admin: aedelmann, erlemantos, kolotu, t-gauss, mena-bosch
config:
authenticatedSearchMode: false
generatorUser: generator
Expand All @@ -26,7 +26,7 @@ repo:
authenticationProvider: GITHUB
authorizationProvider: DB
attachment.allowed:
extension: ext, pdf, doc, zip, jpg, png, svg, html, json
extension: ext, pdf, doc, zip, jpg, png, svg, html, json, yml, yaml
fileSize: 5

github:
Expand Down Expand Up @@ -74,4 +74,4 @@ mail:
password:

config:
restrictTenant: 1
restrictTenant: 1

0 comments on commit 04b29e0

Please sign in to comment.