You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/12/13 15:24:40 UTC

svn commit: r1774035 - /syncope/site/docs/getting-started.html

Author: ilgrosso
Date: Tue Dec 13 15:24:40 2016
New Revision: 1774035

URL: http://svn.apache.org/viewvc?rev=1774035&view=rev
Log:
Fixing standalone hint for persistent H2

Modified:
    syncope/site/docs/getting-started.html

Modified: syncope/site/docs/getting-started.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/getting-started.html?rev=1774035&r1=1774034&r2=1774035&view=diff
==============================================================================
--- syncope/site/docs/getting-started.html (original)
+++ syncope/site/docs/getting-started.html Tue Dec 13 15:24:40 2016
@@ -936,7 +936,7 @@ This means that every time Tomcat is shu
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-java" data-lang="java">jpa.url=jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1</code></pre>
+<pre class="highlightjs highlight"><code class="language-java" data-lang="java">jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -944,7 +944,7 @@ This means that every time Tomcat is shu
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-java" data-lang="java">jpa.url=jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1</code></pre>
+<pre class="highlightjs highlight"><code class="language-java" data-lang="java">jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1909,4 +1909,4 @@ Version 2.0.1<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>