{
  "name": "user-service",
  "version": "3.0.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eZ81SxcbTcGll9HHZLqP"
  },
  "jwt_secret": "TS7ATjRDSyY4CvGMQqhwOOPnO5Tae2wa",
  "api_keys": {
    "stripe": "sk_live_KgY3gzKZqu5VmwGgi3OeCDjV",
    "sendgrid": "SG.Gn94vkbmOo8j4LajVIVo+M",
    "twilio_sid": "AC4da05058aa42737ca23a4ab6e49bfb30"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}