{
  "name": "payment-service",
  "version": "1.7.6",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "ZkM267zYSIN6LuswaZCY"
  },
  "jwt_secret": "Md6VxWFPYRUJo/pY10uHJxmUR99EKM2l",
  "api_keys": {
    "stripe": "sk_live_ctekVdZImg32gqmiMJipJ3F9",
    "sendgrid": "SG.hyLtBuCRJxLuAe5IjSi8fw",
    "twilio_sid": "AC5fa90dd493ba6701a33962a06bef843d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}