{
  "name": "payment-service",
  "version": "1.5.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Cv0muRbI2Uh5wZs22jG8"
  },
  "jwt_secret": "X0//Fv2E94jfLav7pvPKOv+9CNn02dGC",
  "api_keys": {
    "stripe": "sk_live_sZlBtmTevhx0xAhhaSLw3PS2",
    "sendgrid": "SG.B6KdilWWy37fT8K+N8ZIAX",
    "twilio_sid": "ACb9cae96bb8864210afc432fe387f933a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}