{
  "name": "payment-service",
  "version": "1.1.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Yu3VFVEU4xJilwHtnxnY"
  },
  "jwt_secret": "3Pb8aqulNFA4aLxqmTdosj5hCylT8v9a",
  "api_keys": {
    "stripe": "sk_live_PvOZNuHpshQoAL5qUE1Tzs9D",
    "sendgrid": "SG.8ZYovf+K63hDmZkArVGWmC",
    "twilio_sid": "AC540469235ce2871c2da763dda42fd00b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}