{
  "name": "payment-service",
  "version": "2.0.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zmlGnBnuXKZneaHPGmUE"
  },
  "jwt_secret": "D7fUo8Sjb8mvJBudanOrHN7yogC/QUWz",
  "api_keys": {
    "stripe": "sk_live_KKUQTTomdrcQbFa67T8gVZoS",
    "sendgrid": "SG.WsZAJUw69aI5gZdFo2U0oR",
    "twilio_sid": "ACf45eaf694309ee546019e42223c58a4b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}