Update comment
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
//
|
||||
// The names of the OS environment variables should be
|
||||
//
|
||||
// - prefixed with 'ENTE_'
|
||||
// - prefixed with 'ENTE_',
|
||||
//
|
||||
// - uppercased versions of the config file variable names
|
||||
// - uppercased versions of the config file variable names,
|
||||
//
|
||||
// - dashes are replaced with '_',
|
||||
//
|
||||
// - for nested config variables, dots should be replaced with '_'.
|
||||
//
|
||||
@@ -19,7 +21,7 @@
|
||||
// foo:
|
||||
// bar-baz: quux
|
||||
//
|
||||
// would be `ENTE_FOO_BAR-BAZ`.
|
||||
// would be `ENTE_FOO_BAR_BAZ`.
|
||||
package config
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user