Skip to content

Commit

Permalink
#977 Added setup of console.ini again
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Feb 6, 2023
1 parent 465ee58 commit bee9e14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@
<filter token="searchengine.extract.core" value="${solrIndexCore}" />
</filterset>
</copy>

<copy file="${basedir}/application/configs/console.ini.template"
toFile="${basedir}/application/configs/console.ini" filtering="true" overwrite="true">
<filterset>
<filter token="db.admin.name" value="${dbAdminName}" />
<filter token="db.admin.password" value="${dbAdminPassword}" />
</filterset>
</copy>
</target>

<target name="lint" description="Prüft, ob PHP Dateien Syntaxfehler enthalten.">
Expand Down

0 comments on commit bee9e14

Please sign in to comment.