update build env

This commit is contained in:
Egor Svitin
2023-02-07 12:19:06 +03:00
parent 2615ce4b1d
commit 4ac5becb02
4 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
description="Replace placeholders in config files" >
<replace file="../.env.sample" token="@lcDbName@" value="${lcDbName}"/>
<replace file="../.env.sample" token="@lcDbHost@" value="${lcDbHost}"/>
<replace file="../.env.sample" token="@lcDbUsername@" value="${lcDbUsername}"/>
<replace file="../.env.sample" token="@lcDbPassword@" value="${lcDbPassword}"/>
<replace file="../.env.sample" token="@lcApiUrl@" value="${lcApiUrl}"/>
<replace file="../.env.sample" token="@lcApiKey@" value="${lcApiKey}"/>