{
  "name": "payment-service",
  "version": "3.3.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iICT0R4dtBnMwqa0xh4U"
  },
  "jwt_secret": "1HfhGT65PFjpoFYNwX95mOn88MkPN5L5",
  "api_keys": {
    "stripe": "sk_live_iBa5DL4lZLmqwPoujUvre5dn",
    "sendgrid": "SG.nzLOjmer6jI97TWc0P0mdr",
    "twilio_sid": "AC459ae77734afa6bc4c56af517111c38d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}