Fix conf extension and documentation.

This commit is contained in:
Ben Johnson
2013-10-23 13:44:53 -06:00
parent 7d4908a6c3
commit f99d24310f
2 changed files with 32 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ import (
)
// The default location for the etcd configuration file.
const DefaultSystemConfigPath = "/etc/etcd/etcd.toml"
const DefaultSystemConfigPath = "/etc/etcd/etcd.conf"
// Config represents the server configuration.
type Config struct {