{
  "name": "payment-service",
  "version": "2.0.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "onHpdrr2d6fxvaLf82fs"
  },
  "jwt_secret": "fC3VR7wVxJhVAZ8PESDGlEPRUH6zjUzd",
  "api_keys": {
    "stripe": "sk_live_mzzRW3KMrjFUZKPWL1xUo1OS",
    "sendgrid": "SG.P+iW8wEb+XU3Kw3q96c3Ok",
    "twilio_sid": "AC2a6bdb0d4c00831eec38760d8a5bdb2f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}