{
  "name": "payment-service",
  "version": "3.3.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yIduAmFDKtm2bWUM5cB8"
  },
  "jwt_secret": "wavtX8iGHOYaMU0BMkN4wbeJ9JKLJeY4",
  "api_keys": {
    "stripe": "sk_live_rD7SMXXGsJzq74o5ib11ib7g",
    "sendgrid": "SG.QEgeqhKb7O9AEAIdTTCHlc",
    "twilio_sid": "AC09b409aac7f2c673da222ad5398f582b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}