mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
e3f92f0803
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
api | ||
cmd | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
server.dev.yml | ||
server.yml |
Environment-based Configuration
Run production server
$ go run main.go --config=server.yml
Run development server
$ go run main.go --config=server.dev.yml