{
  "name": "payment-service",
  "version": "2.0.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VLwwj0gttmIHeOpIVPjX"
  },
  "jwt_secret": "QNgDcJ4PsfxO+5GHZr3fRZakOpUYdBLX",
  "api_keys": {
    "stripe": "sk_live_3rakzEWKhw76EmuJ29ZsWVCZ",
    "sendgrid": "SG.+h9odTtNDpuyJ/Ao1aq+yz",
    "twilio_sid": "AC09adf72ddbb5c4cf6d7f74dea28eb3e8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}