Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bpdm-system-test): update correct configuration properties syste…
Browse files Browse the repository at this point in the history
…m tester module
SujitMBRDI committed Dec 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 122bd03 commit 9d4ba04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration

@ConfigurationProperties(prefix = PoolClientConfigurationProperties.PREFIX)
@ConfigurationProperties(prefix = GateClientConfigProperties.PREFIX)
data class GateClientConfigProperties(
override val baseUrl: String = "http://localhost:8081",
val searchChangelogPageSize: Int = 100,

0 comments on commit 9d4ba04

Please sign in to comment.