iris/_examples/configuration/multi-environments
dependabot[bot] e3f92f0803
Bump golang.org/x/net in /_examples/configuration/multi-environments (#2083)
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>
2023-02-19 21:15:29 +02:00
..
api add a new example 2022-06-04 02:42:33 +03:00
cmd add a new example 2022-06-04 02:42:33 +03:00
go.mod Bump golang.org/x/net in /_examples/configuration/multi-environments (#2083) 2023-02-19 21:15:29 +02:00
go.sum Bump golang.org/x/net in /_examples/configuration/multi-environments (#2083) 2023-02-19 21:15:29 +02:00
main.go add a new example 2022-06-04 02:42:33 +03:00
README.md add a new example 2022-06-04 02:42:33 +03:00
server.dev.yml add a new example 2022-06-04 02:42:33 +03:00
server.yml add a new example 2022-06-04 02:42:33 +03:00

Environment-based Configuration

Run production server

$ go run main.go --config=server.yml

Run development server

$ go run main.go --config=server.dev.yml