eric-maynard commented on code in PR #1154:
URL: https://github.com/apache/polaris/pull/1154#discussion_r1988477575


##########
extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml:
##########
@@ -35,11 +35,13 @@
     <shared-cache-mode>NONE</shared-cache-mode>
     <properties>
       <property name="jakarta.persistence.jdbc.url"
-        value="jdbc:h2:file:./build/test_data/polaris/{realm}/db"/>
-      <property name="jakarta.persistence.jdbc.user" value="sa"/>
-      <property name="jakarta.persistence.jdbc.password" value=""/>
+        value="jdbc:postgresql://34.69.68.69:5432/polaris"/>
+      <property name="jakarta.persistence.jdbc.user" value="polaris_staging"/>

Review Comment:
   Will do! If you are trying to remove this content altogether, I recommend 
deleting the branch in your personal fork that you submitted this PR from.



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