{
  "name": "user-service",
  "version": "2.2.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jtTPEOxacEOg9k1WOQIc"
  },
  "jwt_secret": "5EgGNsXS848t7ksvglrcoIY2KbhluXRv",
  "api_keys": {
    "stripe": "sk_live_tRNBSD9ABN1Le3SaX3nAQH6W",
    "sendgrid": "SG.mIKIb3hthChPhJnDM+SPCw",
    "twilio_sid": "ACe9f1929a800fb905ac550053319a88e3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}