Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Sep 12, 2024
1 parent 7a182c2 commit fae60b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/main/resources/templates/scaling.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ <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 <code>mapfish-spring-application-context-override.xml</code> and database connection
parameters must be configured (see below).
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
<code>mapfish-spring-application-context-override.xml</code> and database connection parameters must be
configured (see below).
</p>
<p>The database connection must be configured with the following Java system properties:</p>

Expand Down Expand Up @@ -50,11 +50,11 @@ <h5 ud="docker_image">
<a class="headerlink" href="#docker_image" title="Permalink to this headline"></a>
</h5>
<p>
Existing MapFish-Print distribution packages may already contain functionality to ease the setup of horizontal
scaling.
For example, if you use the Docker image https://hub.docker.com/r/camptocamp/mapfish_print), you do not
need to manually rename the file mentioned above, and a startup script contains functionality to verify database
availability before the application server is started.
Existing MapFish-Print distribution packages may already contain functionality to ease the setup of
horizontal scaling. For example, if you use the Docker image
https://hub.docker.com/r/camptocamp/mapfish_print), you do not need to manually rename the file mentioned
above, and a startup script contains functionality to verify database availability before the application
server is started.
</p>

<h5 id="scaling_docker">
Expand Down

0 comments on commit fae60b0

Please sign in to comment.