Skip to content

Commit

Permalink
Clarify db
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Sep 13, 2024
1 parent 1db03bd commit f8c2b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/resources/templates/scaling.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h4 id="scaling_solus">
<a class="headerlink" href="#scaling_solus" title="Permalink to this headline"></a>
</h4>
<p>
MapFish-Print's horizontal scaling solution is based on storing states in a PostgreSQL database. To enable
this mode, the file <code>mapfish-spring-application-context-override-db.xml</code> must be copied to
MapFish-Print's horizontal scaling solution is based on storing states in a database, for example PostgreSQL.
To enable this mode, the file <code>mapfish-spring-application-context-override-db.xml</code> must be copied to
<code>mapfish-spring-application-context-override.xml</code> and database connection parameters must be
configured (see below).
</p>
Expand Down

0 comments on commit f8c2b91

Please sign in to comment.