Skip to content

Commit

Permalink
[#noissue] Fix property source
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Aug 21, 2023
1 parent e0a2d4a commit 9bbb809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Woonduk Kang(emeroad)
*/
@Configuration
@PropertySource("classpath:/pinot/profiles/local/pinot-jdbc.properties")
@PropertySource("classpath:/pinot/profiles/${pinpoint.profiles.active:release}/pinot-jdbc.properties")
public class PinotDatasourceConfiguration {

private final Logger logger = LogManager.getLogger(PinotDatasourceConfiguration.class);
Expand Down

0 comments on commit 9bbb809

Please sign in to comment.