{
  "name": "payment-service",
  "version": "1.7.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "c78uivLad0Ba5IS0oZhe"
  },
  "jwt_secret": "lwxm6sZbWHNfNtxkNNNFUaFXwiiQrwyJ",
  "api_keys": {
    "stripe": "sk_live_hcYUkYb9PKgNBulA5LtEqtdG",
    "sendgrid": "SG.FjoWQqFzqjNovxD4ZvUJI3",
    "twilio_sid": "ACa8a035b3124e2d4e309c5e4979bea005"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}