{
  "name": "user-service",
  "version": "1.9.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aMChVTcDA8wEmK3ufSWr"
  },
  "jwt_secret": "jinEbfwT/DgiSWiHQ30FkquQYpg1MrpJ",
  "api_keys": {
    "stripe": "sk_live_GAWQn6W5VUCc9hYBkr1rf5xW",
    "sendgrid": "SG.1BznYnNuliDJ73E4jPLOUA",
    "twilio_sid": "ACb8e7165f6d30ea9f3af78220ab432e22"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}