mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
Remove commented out block from comments
This commit is contained in:
@@ -19,7 +19,7 @@ The first step is to create the config file for the server. Either download
|
||||
the file from the [repository here](https://github.com/hashicorp/nomad/tree/master/demo/vagrant),
|
||||
or paste this into a file called `server.hcl`:
|
||||
|
||||
```
|
||||
```hcl
|
||||
# Increase log verbosity
|
||||
log_level = "DEBUG"
|
||||
|
||||
@@ -33,14 +33,6 @@ server {
|
||||
# Self-elect, should be 3 or 5 for production
|
||||
bootstrap_expect = 1
|
||||
}
|
||||
|
||||
# Advertise must be set to a non-loopback address.
|
||||
# Defaults to the resolving the local hostname.
|
||||
#advertise {
|
||||
# http = "10.0.2.1"
|
||||
# rpc = "10.0.2.1"
|
||||
# serf = "10.0.2.1"
|
||||
#}
|
||||
```
|
||||
|
||||
This is a fairly minimal server configuration file, but it
|
||||
|
||||
Reference in New Issue
Block a user