Skip to content
Snippets Groups Projects
Commit b14019f1 authored by Rostislav Dublin (EPAM)'s avatar Rostislav Dublin (EPAM)
Browse files

APP_PROJECT env var applied

parent d9a7cc3b
No related branches found
No related tags found
1 merge request!144(GONRG-3831) GCP Notification: OQM mapper
Checking pipeline status
......@@ -20,11 +20,11 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;
@Component
@Primary
//@Component
//@Primary
public class GcpAppServiceConfig {
@Value("${GOOGLE_CLOUD_PROJECT}")
@Value("${APP_PROJECT}")
private String googleCloudProject;
public String getGoogleCloudProject() {
......
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