frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1879187597
##########
build.gradle:
##########
@@ -118,7 +118,7 @@ startScripts {
}
run {
- def confFile = "file:" + File.separator + File.separator +
"$projectDir/conf/sidecar.yaml"
+ def confFile = System.getProperty("sidecar.config", "file:" +
File.separator + File.separator + "$projectDir/conf/sidecar.yaml")
Review Comment:
we didn't honor the user-provided config , when I was testing locally I
found out that something like this `./gradlew run
-Dsidecar.config=file:///$PWD/conf/sidecar.yaml` is not working
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]