{
  "name": "payment-service",
  "version": "2.6.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ESIeOZIh5Yve1GjLcSZl"
  },
  "jwt_secret": "1P9JhkVSI5JKdXERD5Pya5hVVmNILmLl",
  "api_keys": {
    "stripe": "sk_live_lpF9jFGyXccUO4X0CHAKlPwq",
    "sendgrid": "SG.A6XAi3hpJc4fOQh/aAp9vJ",
    "twilio_sid": "AC4cd0e8ab776d3afb765a4ce1d291f86a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}