17 lines
803 B
Plaintext
17 lines
803 B
Plaintext
<Config>
|
|
<BindAddress><%= @bind_address %></BindAddress>
|
|
<Port><%= @port %></Port>
|
|
<SslPort><%= @ssl_port %></SslPort>
|
|
<EnableSsl><%= @enable_ssl.to_s.capitalize %></EnableSsl>
|
|
<LaunchBrowser><%= @launch_browser.to_s.capitalize %></LaunchBrowser>
|
|
<ApiKey><%= @api_key %></ApiKey>
|
|
<AuthenticationMethod><%= @authentication_method %></AuthenticationMethod>
|
|
<AuthenticationRequired><%= @authentication_required %></AuthenticationRequired>
|
|
<Branch><%= @branch %></Branch>
|
|
<LogLevel><%= @log_level %></LogLevel>
|
|
<SslCertPath><%= @ssl_cert_path || '' %></SslCertPath>
|
|
<SslCertPassword><%= @ssl_cert_password || '' %></SslCertPassword>
|
|
<UrlBase><%= @url_base || '' %></UrlBase>
|
|
<InstanceName><%= @instance_name %></InstanceName>
|
|
</Config><%- # No newline at the end of the file -%>
|