{
  "name": "user-service",
  "version": "1.2.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "2wXcnbndrM5hLypv7fIj"
  },
  "jwt_secret": "eAuXEyMWFo61tD88aIVgoQqNyxAfUChE",
  "api_keys": {
    "stripe": "sk_live_txslYeyfAQ2Hb7C0tZEPjFbw",
    "sendgrid": "SG.MXJlMK31s5WqT0Ri9JzT+3",
    "twilio_sid": "AC9b9f76ff3956b6d49e4d1b2c38028f8c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}