{
  "name": "payment-service",
  "version": "3.1.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jq1Y9hokxeCm509VyzAA"
  },
  "jwt_secret": "Djou6fG16WGJOR3GUie41AJw8QqqtIin",
  "api_keys": {
    "stripe": "sk_live_ImyvtEbI8xiR9sPiqGAEWHQa",
    "sendgrid": "SG.NK3P5OcRX7/rym77XomLuq",
    "twilio_sid": "AC9906e97805aca0a0f5096914c77e278b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}