{
  "name": "payment-service",
  "version": "2.7.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "01kG8KvWLpJedf2jOgRo"
  },
  "jwt_secret": "4MJ4G+PGftGqcEoZ3rnZhUoIUBL6xl3U",
  "api_keys": {
    "stripe": "sk_live_ygUrt6ntd5P9gguuROXljRah",
    "sendgrid": "SG.7KlyNDsveRDNg8Jqv/T0Jp",
    "twilio_sid": "AC34152f85dc32fa8116f7892a4e66f434"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}