{
  "name": "payment-service",
  "version": "3.0.27",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jVcsUXIJUBJbiCR5a7wf"
  },
  "jwt_secret": "GoK0XomTH75mf/I7pmQqPk9SnGxRIpkh",
  "api_keys": {
    "stripe": "sk_live_dseu8Wui91UEHxunvecZdvFB",
    "sendgrid": "SG.z9HKEyiPsuHqh5hxvzIiyu",
    "twilio_sid": "AC2845ed0b7fbafd55631a1bc2d431b3af"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}