{
  "name": "auth-service",
  "version": "3.8.3",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "auGSXuQIWU3zyfEeuudY"
  },
  "jwt_secret": "B18y4mKp35XOjy3468fv3TOtwu1pkf+D",
  "api_keys": {
    "stripe": "sk_live_YynRdJEClyGDFUEJGtMuEkCW",
    "sendgrid": "SG.DoB6ob2xe8h0Z4BgA87jUE",
    "twilio_sid": "AC0faef68c03ad7ee30601884e0dc96151"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}