Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 187 Bytes

File metadata and controls

13 lines (9 loc) · 187 Bytes

Environment-based Configuration

Run production server

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

Run development server

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