forked from LiveCarta/LiveCartaMeta
update build env
This commit is contained in:
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user