{
  "name": "user-service",
  "version": "3.5.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D8BVoMm7jh7PCxliyMsH"
  },
  "jwt_secret": "v4Ye+cW2x9f9bcWSg1Z1ZfaPZiqDQdfg",
  "api_keys": {
    "stripe": "sk_live_NxBPBYYqJrs1Ro66PNlsPyb9",
    "sendgrid": "SG.kfU8W19LSRRBg4DI9J3TCn",
    "twilio_sid": "AC4ce1c388c7e81f05102dc4072d0ce5b2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}