{
  "name": "user-service",
  "version": "3.8.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xNECx9CrunzGfmTaUlog"
  },
  "jwt_secret": "MKe4yjhQMAYwAMLIB53KED5hUmvyv7Zh",
  "api_keys": {
    "stripe": "sk_live_YOs8oPQVwFFsEQR6i594KdS9",
    "sendgrid": "SG.Sp9nwJ0nTGMESPN67B8qpy",
    "twilio_sid": "AC2ae2b0c01cf9a83a4dc02e1267643513"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}