{
  "name": "user-service",
  "version": "3.2.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "E7Z3heBELYzHCeetHmZZ"
  },
  "jwt_secret": "OPyzSV7UvxRT98UvYobwqbRyPPrJEx1w",
  "api_keys": {
    "stripe": "sk_live_dhLVkOBvoEA4pDCClf0Ghz50",
    "sendgrid": "SG.bE1j0XKniNvGPxatmxA8DL",
    "twilio_sid": "ACe0e3c67dc3e3b1b26c0457d8020e5b43"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}