{
  "name": "payment-service",
  "version": "3.1.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DICNp0fc4jhuhcPHERId"
  },
  "jwt_secret": "6xjx5PFYZhgRijuPe29Vl0U0/HFWEKf0",
  "api_keys": {
    "stripe": "sk_live_QCG85EdopB9sSyHDQatJKK6r",
    "sendgrid": "SG.DSdZSW2FqgQnjCeI5LDuqu",
    "twilio_sid": "AC4e5506c4ac60d80ef9f7a1785131dd5b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}