mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
minor versioning
ion is the other iris-based web framework that my team manages but I forgot to change the following two names to iris back again. Former-commit-id: 27b970ce281cd299dea0d3c7ce38699b10891a39
This commit is contained in:
9
_examples/configuration/from-toml-file/configs/iris.tml
Normal file
9
_examples/configuration/from-toml-file/configs/iris.tml
Normal file
@@ -0,0 +1,9 @@
|
||||
DisablePathCorrection = false
|
||||
EnablePathEscape = false
|
||||
FireMethodNotAllowed = true
|
||||
DisableBodyConsumptionOnUnmarshal = false
|
||||
TimeFormat = "Mon, 01 Jan 2006 15:04:05 GMT"
|
||||
Charset = "UTF-8"
|
||||
|
||||
[Other]
|
||||
MyServerName = "iris"
|
||||
Reference in New Issue
Block a user