{
  "name": "payment-service",
  "version": "3.0.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cxw5s8m3YNQtNtwufRx1"
  },
  "jwt_secret": "KKe+hjexukK2V8W5Gyc6M9svq5KtziCx",
  "api_keys": {
    "stripe": "sk_live_Hac4ClDkMKw79ZDgK7UVZ384",
    "sendgrid": "SG.tw5rKntfXeWpwZZRIAti6N",
    "twilio_sid": "ACdac65551a725657f8ab2863ab54b7318"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}