{
  "name": "user-service",
  "version": "1.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2mZvu3D5a3Yi7fbgHqCE"
  },
  "jwt_secret": "AOdz0YlYzajqjlQFx4T5n/dtJJC3QgmH",
  "api_keys": {
    "stripe": "sk_live_d5JHQbU2NwfQw25x0EMSECHM",
    "sendgrid": "SG.2AVL+6xZu2CiToh/cD54yZ",
    "twilio_sid": "ACea71d6a8e6e9bfe1d5778cbab88441f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}