blob: 2ecd77fa65f0c9af41b0770423ff2cbb03e1a978 (
plain) (
blame)
1
2
3
4
5
6
7
|
@echo off
rem Set the release to work across nodes. If using the long name format like
rem the one below (my_app@127.0.0.1), you need to also uncomment the
rem RELEASE_DISTRIBUTION variable below.
set RELEASE_DISTRIBUTION=name
set RELEASE_NODE=<%= @release.name %>@0.0.0.0
|