{
  "name": "user-service",
  "version": "1.5.22",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EKdW9tViXyrWYcuiNYkT"
  },
  "jwt_secret": "HIv5jUtwcOVE3dv0ugFVJYSduTinBm2g",
  "api_keys": {
    "stripe": "sk_live_ZRc9eKyjV1bgPLA9xU9OwOdn",
    "sendgrid": "SG.Yjj7GR8xY9aDSf7ARZIxX1",
    "twilio_sid": "AC777bca3ac4580cbbb0fb695013ccf821"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}