Skip to content

Commit

Permalink
need to set DBMS.DBSqliteSession for TestServer.config for all databases
Browse files Browse the repository at this point in the history
  • Loading branch information
tpokorra committed Jul 30, 2019
1 parent 70c2ba5 commit e3b3935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/nant/OpenPetra.default.targets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

<target name="initConfigFiles-server">
<property name="templateFile" value="${dir.incdir.template.etc}/Server-${DBMS.Type}.config"/>


<property name="DBMS.DBSqliteSession" value="${SQLitedbSession.file}"/>
<if test="${DBMS.Type == 'sqlite'}">
<property name="DBMS.DBHostOrFile" value="${SQLitedbWork.file}"/>
<property name="DBMS.DBSqliteSession" value="${SQLitedbSession.file}"/>
</if>

<property name="configFile" value="${dir.delivery}/web.config"/>
Expand Down

0 comments on commit e3b3935

Please sign in to comment.