Merge branch 'master' of ssh://git.iqser.com:2222/red/persistence-service
This commit is contained in:
commit
fd477a89d6
@ -20,9 +20,9 @@ public class LegalBasis {
|
||||
private long id;
|
||||
@Column
|
||||
private String name;
|
||||
@Column
|
||||
@Column(columnDefinition = "text")
|
||||
private String description;
|
||||
@Column
|
||||
@Column(columnDefinition = "text")
|
||||
private String reason;
|
||||
|
||||
|
||||
|
||||
@ -259,6 +259,7 @@ public class DictionaryController implements DictionaryResource {
|
||||
@Override
|
||||
public void setColors(@PathVariable(DOSSIER_TEMPLATE_PARAMETER_NAME) String dossierTemplateId,
|
||||
@RequestBody Colors colors) {
|
||||
colors.setDossierTemplateId(dossierTemplateId);
|
||||
colorsService.saveColors(colors);
|
||||
}
|
||||
|
||||
|
||||
@ -58,10 +58,7 @@ cassandra:
|
||||
|
||||
storage:
|
||||
signer-type: 'AWSS3V4SignerType'
|
||||
# region: 'us-east-1'
|
||||
# endpoint: 'https://s3.amazonaws.com'
|
||||
bucket-name: 'redaction'
|
||||
endpoint: 'http://localhost:9000'
|
||||
key: minioadmin
|
||||
secret: minioadmin
|
||||
region: 'us-east-1'
|
||||
endpoint: 'https://s3.amazonaws.com'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user