You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
*[x] Middleware support. All [alice](https://github.com/justinas/alice) compatible Middleware works out of the box
12
12
*[x] Gopher spirit (write golang, use all the golang libraries you like)
13
13
*[x] Lightweight. Only MVC
14
-
*[x] Multiple configuration files support (currently json, yamland toml)
14
+
*[x] Multiple configuration files support (currently json, yaml, toml and hcl)
15
15
16
16
17
17
@@ -88,7 +88,7 @@ I have included three configuration files to show how they work, but you are bet
88
88
## Configurations
89
89
utron support yaml, json and toml configurations files. In our todo app, we put the configuration files in the config directory. I have included all three formats for clarity, you can be just fine with either one of them.
90
90
91
-
`utron` searches for a file named `app.json`, or `app.yml` or `app.toml` in the config directory. The first to be found is the one to be used.
91
+
`utron` searches for a file named `app.json`, or `app.yml`, `app.toml`, `app.hcl` in the config directory. The first to be found is the one to be used.
0 commit comments