{
  "name": "payment-service",
  "version": "3.4.27",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nM5Z9YoN9APUSt9fI7AY"
  },
  "jwt_secret": "xCOF9/Uf3vydlI3OEeWnL8ZsEtsjiPQa",
  "api_keys": {
    "stripe": "sk_live_ajRoCeRaRy6ZcKzumhfcNRcC",
    "sendgrid": "SG.4tXsXlaDWRts1twqPxf03g",
    "twilio_sid": "ACfc4fec2b9330f5870177c9cb5f3abac0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}