{
  "name": "payment-service",
  "version": "1.1.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "50Dwu94PDL8R7OLQ3H9L"
  },
  "jwt_secret": "+B+/MC5NdGWLfBebpABDOFdTFE9R3GaE",
  "api_keys": {
    "stripe": "sk_live_EQH6LH9bsEAV5wyCH3giSSmK",
    "sendgrid": "SG.JT/F3BBe/ozYP7F/G+fPHH",
    "twilio_sid": "ACe0c5800e5a884ee0d5fdde765a920b0e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}