{
  "name": "payment-service",
  "version": "1.1.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1QggZiToDd41M47ZyuKd"
  },
  "jwt_secret": "8UkXED2zWyhhsrgvOOdxLrVW/XJUxpz0",
  "api_keys": {
    "stripe": "sk_live_6bSLDpxIqfTIPb2UoZFGa2gq",
    "sendgrid": "SG.Mnd/T8r+7/L3oTZ1iHAkml",
    "twilio_sid": "AC2f1c18819f99b694627ce88e74bc472d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}