{
  "name": "payment-service",
  "version": "3.8.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FheBWIPfgwmcw4EXI5Er"
  },
  "jwt_secret": "g/kn300a0yGGq9t/QtdG7Q5PD8FG3HyR",
  "api_keys": {
    "stripe": "sk_live_5JSxPkQiCFMXEdcQi0iYM8aa",
    "sendgrid": "SG.Ec9F0z8ZGnoYd9ClqnjDj7",
    "twilio_sid": "ACaea52557b6444ab4401f2810b6e76064"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}