{
  "name": "auth-service",
  "version": "2.5.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2slmVU6sEmW0XlhT9U77"
  },
  "jwt_secret": "CF1bq8/a6PV2tI6M5L2CbzrRcl8G5/cn",
  "api_keys": {
    "stripe": "sk_live_1BFU83gpJMZpunYfxsBD7gOe",
    "sendgrid": "SG.YBMtHLfYjB474KYf+u6YEu",
    "twilio_sid": "AC80901e5193f9ea319d807802ec443f72"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}