binarycat0 commented on code in PR #3175:
URL: https://github.com/apache/polaris/pull/3175#discussion_r2569536769


##########
.gitignore:
##########
@@ -105,4 +105,11 @@ hs_err_pid*
 .vscode/
 
 # Python Virtual Env
-.venv
\ No newline at end of file
+.venv
+
+# Development Experience
+
+# You can create 
runtime/defaults/src/main/resources/application-dev.properties file
+# to override default properties for local development.
+# And then use `./gradlew run -Dquarkus.profile=dev` to run Polaris with dev 
profile.
+application-dev.properties

Review Comment:
   Thanks for the comment. Good catch, I can change it to `-local` 👌 



-- 
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]

Reply via email to