|
@@ -20,10 +20,10 @@ import javax.annotation.PostConstruct;
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
public class ConfigInit {
|
|
public class ConfigInit {
|
|
|
|
|
|
|
|
- @Value("${auyen.default-org-id}")
|
|
|
|
|
|
|
+// @Value("${auyen.default-org-id}")
|
|
|
private Long defaultOrgId;
|
|
private Long defaultOrgId;
|
|
|
|
|
|
|
|
- @Value("${auyen.marketing-org-id}")
|
|
|
|
|
|
|
+// @Value("${auyen.marketing-org-id}")
|
|
|
private Long marketingOrgId;
|
|
private Long marketingOrgId;
|
|
|
|
|
|
|
|
@PostConstruct
|
|
@PostConstruct
|