{
  "name": "payment-service",
  "version": "1.7.9",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "2QRdYdVg3PBgGCHAWY4N"
  },
  "jwt_secret": "Z4mVViNWfTr7IP5+UsP56vT7vnosc8Kc",
  "api_keys": {
    "stripe": "sk_live_cXpVmVJCnK1vfVRvPJRimHhc",
    "sendgrid": "SG.51GDVJuvU8DLXpyyZfBhAI",
    "twilio_sid": "ACe5cadb28397ae11283ca12d93763302d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}