-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename all 'yml' structure tags to 'yaml'
according to gopkg.in/yaml.v2 documentation Signed-off-by: Ilya Kaznacheev <[email protected]>
- Loading branch information
1 parent
c3e8a6c
commit 367ca27
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Simple config | ||
|
||
Example of simple web server reding configuration from the config file and environment variables. | ||
Example of simple web server reading configuration from the config file and environment variables. | ||
|
||
In this example, some fields are not stored in the default configuration file (`config.yml`) by security reasons. Store passwords and other sensitive parameters in secure storage and read them from environment variables. |