Update comment

This commit is contained in:
Manav Rathi
2025-04-04 11:07:19 +05:30
parent 6fd2db8d0b
commit bdd5036cf8

View File

@@ -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 (