1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Files
kararas_iris/_examples/configuration/multi-environments
Gerasimos (Makis) Maropoulos 06a6e63dd9 update examples deps before release
2024-01-10 10:58:00 +02:00
..
2022-06-04 02:42:33 +03:00
2022-06-04 02:42:33 +03:00
2024-01-10 10:58:00 +02:00
2024-01-10 10:58:00 +02: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