{
  "name": "payment-service",
  "version": "3.8.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LypWbiSLdjqKrVwIX2I4"
  },
  "jwt_secret": "UBe8feGPqBppwYqvRxHSZGiMLwfErqi/",
  "api_keys": {
    "stripe": "sk_live_4FeslcgT7GMIJshPENgSKvGr",
    "sendgrid": "SG.rhuQMgYN7WgT85o3YCvTYW",
    "twilio_sid": "AC9db63320d154ea745bd1c2159a5ee632"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}