{
  "name": "user-service",
  "version": "1.4.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4txl6Z934B5FtMkhftTy"
  },
  "jwt_secret": "D6GwYw70m8HWIZGxoweXYxLbCv4kvTWG",
  "api_keys": {
    "stripe": "sk_live_2h0BCQOPHNTUZAhiZWMCZw4I",
    "sendgrid": "SG.dbv3OWuhHj0+UXjsQuF9qE",
    "twilio_sid": "ACd26bf3c5701b6de43250191081dacbcc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}