1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00
Files
kararas_iris/_examples/configuration/multi-environments
Gerasimos (Makis) Maropoulos 37097e0b39 release v12.2.0-beta3
2022-06-05 22:19:11 +03:00
..
2022-06-04 02:42:33 +03:00
2022-06-04 02:42:33 +03:00
2022-06-05 22:19:11 +03:00
2022-06-05 22:19:11 +03:00
2022-06-04 02:42:33 +03:00
2022-06-04 02:42:33 +03:00
2022-06-04 02:42:33 +03:00
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