{
  "name": "user-service",
  "version": "2.1.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4LRPy2xJROMP4hEoUKIR"
  },
  "jwt_secret": "eMZym4yZ72UpqrNUrHdMVgkGk9E4BE1h",
  "api_keys": {
    "stripe": "sk_live_pzxTi2ViRCjGOIHUaTwwKwBM",
    "sendgrid": "SG.QN7FlNnTaj63vBRDK8QuH2",
    "twilio_sid": "AC3da296a3f546d2152c00b89526ec83ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}