{
  "name": "user-service",
  "version": "1.2.29",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NjO7iTkCeax5idYKgSKy"
  },
  "jwt_secret": "urOLjNstAnW8kMqb94DaLWoHFCKBoKHf",
  "api_keys": {
    "stripe": "sk_live_9VJQ8N7f6nhh2b3YfNBhb0I2",
    "sendgrid": "SG.YarfyPpOdMKxYeg8pMPWnB",
    "twilio_sid": "AC4bfe5a062925f52402490ff1fbe96169"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}