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/README.md
2022-06-04 02:42:33 +03:00

14 lines
187 B
Markdown

# Environment-based Configuration
## Run production server
```sh
$ go run main.go --config=server.yml
```
## Run development server
```sh
$ go run main.go --config=server.dev.yml
```