{
  "name": "payment-service",
  "version": "2.2.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yDzNIkzOklyREASd4DBE"
  },
  "jwt_secret": "1WOXUy4xdGyRpJVALQqEV/yg+TmoyWjS",
  "api_keys": {
    "stripe": "sk_live_tRhi8ryZsIKKi91t5errA3tv",
    "sendgrid": "SG.38x0oZb6SCX3mH/MD2/0cP",
    "twilio_sid": "AC6baddb0ed1c736d2f78dc8c30c907e2b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}