aodb/build/configuration/ConfigTransform.ps1

6 lines
133 B
PowerShell
Raw Normal View History

2016-12-22 00:00:06 +00:00
param(
[String] $APIURL = ""
)
(get-content app.config.js.token).Replace('__APIURL__', $APIURL) | set-content app.config.js