kegani-cli 0.1.4

CLI tool for Kegani framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Production configuration overrides
# Merge with config.yaml (environment variables take precedence)

app:
  env: "production"

server:
  max_connections: 500

logging:
  level: "info"
  format: "json"

database:
  max_connections: 20
  min_connections: 5