dimas-b commented on code in PR #2572:
URL: https://github.com/apache/polaris/pull/2572#discussion_r2350133570


##########
README.md:
##########
@@ -65,7 +65,7 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 
27+.
 - `./gradlew build` - To build and run tests. Make sure Docker is running, as 
the integration tests depend on it.
 - `./gradlew assemble` - To skip tests.
 - `./gradlew check` - To run all checks, including unit tests and integration 
tests.
-- `./gradlew run` - To run the Polaris server locally; the server is reachable 
at localhost:8181. This is also suitable for running regression tests, or for 
connecting with Spark. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,secret` where:
+- `./gradlew run` - To run the Polaris server locally; the server is reachable 
at localhost:8181. This is also suitable for running regression tests, or for 
connecting with Spark. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,s3cr3t` where:

Review Comment:
   Cf. 
https://github.com/apache/polaris/blob/b6e247deda8a618136ec16c75b86eb2a2d12642b/runtime/server/build.gradle.kts#L81



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to