{
  "name": "user-service",
  "version": "2.7.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OIZi0UdVr7O0A7U80Q28"
  },
  "jwt_secret": "0EmJiUkR8otKawwMt+cQ6T1y90kQo2Ld",
  "api_keys": {
    "stripe": "sk_live_bXmfsLrH85r9EN1upf0vWit8",
    "sendgrid": "SG.upauQgBuzvxYpkYqPiWOKm",
    "twilio_sid": "AC867a937e74b0380a702fd70d46be28b2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}