{
  "name": "payment-service",
  "version": "1.8.22",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CLUD0VisloFK7uUySK6c"
  },
  "jwt_secret": "5Lv5rMRTK/LQdkvrePVzZDka/6ZYMYTK",
  "api_keys": {
    "stripe": "sk_live_AAGbm6Gq4yB8tNXGrx3cVkIT",
    "sendgrid": "SG.UIxz5LxBU39V/e0jbkVyFg",
    "twilio_sid": "AC6129d927eb2e7299c3137346a7c2eae8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}