{
  "name": "payment-service",
  "version": "1.3.12",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "a5CWqLwktqvOE3uWD3Am"
  },
  "jwt_secret": "h94tAn6xI3SPX74KYYH9yz1yPwgDithz",
  "api_keys": {
    "stripe": "sk_live_brIVqmBu9Dfx7zAaYJ9HdyAO",
    "sendgrid": "SG.2uARZiaD8gAKWZdw2PfP/c",
    "twilio_sid": "AC6bd590299ce7ae47f7fd403e795b00d9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}