{
  "name": "payment-service",
  "version": "1.8.4",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "xfPus901rgZEfQvWsrzc"
  },
  "jwt_secret": "BWzp9rFHYn/JKfcUkD8AYTIdW8U3i55n",
  "api_keys": {
    "stripe": "sk_live_FJbXRQtnGHUUaydwrW3hNoaP",
    "sendgrid": "SG.uK2+yiVBeucwv4D24WaGyC",
    "twilio_sid": "AC1fc53a5c160d799709a768710ec497ad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}