{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PYXiwNeYvMiGL2CPcEKs"
  },
  "jwt_secret": "A+bS6g24hBjkYEsVuHWhPzhlbWGjw7IG",
  "api_keys": {
    "stripe": "sk_live_BECXrSiqhjUhcdH9YLMk0pNR",
    "sendgrid": "SG.qy1NNy8AchDljhNL6Ac6ph",
    "twilio_sid": "AC3c775080823daa741892eaa2c078fb68"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}