{
  "name": "payment-service",
  "version": "2.6.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Rijg9sPcGvYc8hONaNJZ"
  },
  "jwt_secret": "3PK9oZxQ54wjeojNImB/346TLivJemJB",
  "api_keys": {
    "stripe": "sk_live_XRwwsi2NrZd2BhGHL58wr8yN",
    "sendgrid": "SG.7kNPr9Ms56A7iNaAwfdbu7",
    "twilio_sid": "AC7e44aa72c5b48d78dac33fea9aba3328"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}