Skip to content
Snippets Groups Projects
Commit e5b65e5f authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'fix-quotes' into 'master'

Fixed quotes

See merge request !372
parents 8032a034 5f138782
No related branches found
No related tags found
3 merge requests!438Draft: CG Vulnerability for Woodstox - CVE-2022-40151,!430Upgraded Version of spring-security-config due to Component Governance CVE-2023-34034,!372Fixed quotes
Pipeline #169833 failed
......@@ -25,6 +25,6 @@ import org.springframework.context.annotation.Configuration;
@Data
public class GcpAppServiceConfig {
private String pubSubLegalTagsTopic = "legaltags-changed";
private String pubSubLegalTagsTopic;
private boolean enableFullBucketName;
}
......@@ -15,7 +15,7 @@ ENABLE_FULL_BUCKET_NAME=true
enable-full-bucket-name=${ENABLE_FULL_BUCKET_NAME}
# OQM config
pub-sub-legal-tags-topic = "legaltags-changed"
pub-sub-legal-tags-topic=legaltags-changed
# External services config
ENTITLEMENTS_HOST=http://entitlements
......
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