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 5ef854d835 add mathx.RoundToInteger helper
2024-01-13 12:56:59 +02:00
..
2022-06-04 02:42:33 +03:00
2022-06-04 02:42:33 +03:00
2024-01-13 12:56:59 +02:00
2024-01-13 12:56:59 +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