{
  "name": "payment-service",
  "version": "2.6.11",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NBbnCxh3GO8loDO5vmYV"
  },
  "jwt_secret": "vurhFZFPLWI+SAz8KDHM2kyKFCvCyPye",
  "api_keys": {
    "stripe": "sk_live_oWDew2K0IApZJbsS8R1K0FB8",
    "sendgrid": "SG.m3/FDCx6jXdXsIvgBcmHW7",
    "twilio_sid": "ACc1925e05820f3ed11352331949b91f50"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}