{
  "name": "payment-service",
  "version": "2.0.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QO9A5buCabg4EJZLMRO2"
  },
  "jwt_secret": "Nq16jQ3ngNVGzBsyusSr57rKTNLp3xao",
  "api_keys": {
    "stripe": "sk_live_GtWgLZeH575zeGYQV5lTvGPi",
    "sendgrid": "SG.+GEm8As+5tWXsXfuAzjjh9",
    "twilio_sid": "AC71e2fc26f34f3b5f671887b3ab5c3c48"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}