{
  "name": "payment-service",
  "version": "3.6.6",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "C1yCDUIlNagiGYV2KLnR"
  },
  "jwt_secret": "8ynaHuDeWKHLO/JATvRYvTeZ0Linq0hv",
  "api_keys": {
    "stripe": "sk_live_22Mf7Qmc1xwI9D3Sn4AaRT9C",
    "sendgrid": "SG.SfbDBHN97hKPUD2Io3oXPX",
    "twilio_sid": "AC0349252ca1e5a131143a628beb14e952"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}