{
  "name": "payment-service",
  "version": "1.5.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "me8ycvNidKNmfIbazveA"
  },
  "jwt_secret": "rSVuEpgwdS3bYDhfYAyCh4ZFsoduvKFF",
  "api_keys": {
    "stripe": "sk_live_997w5ccrCW5C8WVhHqEswPux",
    "sendgrid": "SG.VYgZb+8KQ5y9Vr+VHjtjm8",
    "twilio_sid": "ACa81d53c8d826a99aaf8bb656efdd052a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}