server_key typo
This commit is contained in:
parent
1f5bef1caf
commit
9cf7a542c1
|
@ -23,7 +23,7 @@ type Amon struct {
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
# Amon Server Key
|
# Amon Server Key
|
||||||
serverkey = "my-server-key" # required.
|
server_key = "my-server-key" # required.
|
||||||
|
|
||||||
# Amon Instance URL
|
# Amon Instance URL
|
||||||
amon_instance = "https://youramoninstance" # required
|
amon_instance = "https://youramoninstance" # required
|
||||||
|
|
Loading…
Reference in New Issue