{
  "name": "user-service",
  "version": "1.2.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2C6LluWtJQHsUtBb8WFq"
  },
  "jwt_secret": "xymx6rqPC1NbI0sKHTJPciWMLiGao3T2",
  "api_keys": {
    "stripe": "sk_live_ExZZFygJyaMdXmRxxDulaq3e",
    "sendgrid": "SG.tCuE2L8DfwWsiZrjsds/13",
    "twilio_sid": "ACfa17aa620132d28a6e68e03be118956f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}