{
  "name": "payment-service",
  "version": "3.2.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aqLsVmOXH0yKVuMEpwMT"
  },
  "jwt_secret": "kpJ6DbsOC/ub7l3IyHZTPpuSE7xh65br",
  "api_keys": {
    "stripe": "sk_live_7PxqhoEhwTUucQGmPKlIOrrC",
    "sendgrid": "SG.HURTt+gPExCNyM+HkLX6MJ",
    "twilio_sid": "ACa3019365afddfeaa572d72254002d583"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}