{
  "name": "payment-service",
  "version": "3.8.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5iTNa82kFp87WXYvOFPg"
  },
  "jwt_secret": "Bd9OGAHAYRX4RZRhFyTmxUQMkxDUFaUM",
  "api_keys": {
    "stripe": "sk_live_WbCA2DoRPAdZl0uWWrWWhSAu",
    "sendgrid": "SG.v+GFLuzimHjtNk6eA9wI+0",
    "twilio_sid": "AC674f13f2f438a3ed946c3d181bdcd4ce"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}