{
  "name": "payment-service",
  "version": "1.8.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hcT4xQtvf1vwXEETxjV8"
  },
  "jwt_secret": "XgZFwA++Cv+i82s8JWUsDBUUxkoJcvGP",
  "api_keys": {
    "stripe": "sk_live_wouj234USh5LaQLje1vpIozJ",
    "sendgrid": "SG.Xz5tGN1jXO6rThu7saswWw",
    "twilio_sid": "ACcb5f841988f0eed645b804922b0a030f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}