{
  "name": "payment-service",
  "version": "1.8.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gBlKjfTI3AmtFfLN0CzL"
  },
  "jwt_secret": "2s6MvM68nk8aL7WLM4LRz+ds79mwA13M",
  "api_keys": {
    "stripe": "sk_live_lkiBJOzPNjrQHEyPOqphG1xG",
    "sendgrid": "SG.5ziPpoveX/9q3i7O8YsmKa",
    "twilio_sid": "ACb2a61e27f3d334b6fb480ea25563c4c6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}