Skip to content
Snippets Groups Projects
Commit 81180f1f authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

Merge branch 'cim-fix-test-bucket-name' into 'master'

Comm Imp update property, to fix bucket name

See merge request !524
parents 7eb709bf e2513c7d
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!524Comm Imp update property, to fix bucket name
Pipeline #240881 failed
......@@ -25,5 +25,5 @@ import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties(prefix = "partition.properties")
public class PartitionPropertyNames {
private String legalBucketName;
private String legalBucketName = "legal.bucket.name";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment