{
  "name": "user-service",
  "version": "1.1.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0XymcB2cmtS1ssLOHZWL"
  },
  "jwt_secret": "SZA8xEW9enpFAbZr55jIj41CuS8yZBRv",
  "api_keys": {
    "stripe": "sk_live_6bnC8R6J5STt0feI68DOdJak",
    "sendgrid": "SG.Qvg5tP9OBsIZV/HxhYSULa",
    "twilio_sid": "AC7329d2b0f996f053903edc0b3f0b9270"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}