{
  "name": "user-service",
  "version": "3.2.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i2wD8iNfb7VZIimfO9FY"
  },
  "jwt_secret": "n7XAgqC7FlwCGAyZLnW0+i2CmI2q3aCG",
  "api_keys": {
    "stripe": "sk_live_sFMNeFHuBhnVhzuU88AzgI9f",
    "sendgrid": "SG.jjTB3m53azZ0u0m2p2yXkV",
    "twilio_sid": "AC33005edf4d9fe1f3db20e44cc0aa230e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}