11 lines
170 B
Text
11 lines
170 B
Text
# The configuration you want to run
|
|
#
|
|
WILDFLY_CONFIG=standalone.xml
|
|
|
|
# The mode you want to run
|
|
WILDFLY_MODE=standalone
|
|
|
|
# The address to bind to
|
|
#
|
|
WILDFLY_BIND=0.0.0.0
|
|
|