{
  "name": "payment-service",
  "version": "2.8.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FArYABocJ5b4r9eEUYdR"
  },
  "jwt_secret": "so5zatWgZqO910aeiteyL5s2gCG6JoSz",
  "api_keys": {
    "stripe": "sk_live_1BjrkfrMUj8AVc07wYkNxX8e",
    "sendgrid": "SG.68fALH3ZK5SeAgkJX+SUwj",
    "twilio_sid": "AC377652af8618bc444a8364951d3f01f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}