{
  "name": "payment-service",
  "version": "2.6.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m7WPPH58Y3WDPUDukGQN"
  },
  "jwt_secret": "QPpoiq43EpHk1C35a9CoRMcBu54v9cv2",
  "api_keys": {
    "stripe": "sk_live_YQk8vomkMUa3lBxtpwglThmL",
    "sendgrid": "SG.8KpQDOE5ja4Xgrr1cSaeq1",
    "twilio_sid": "AC401afff3b8a98ee66964be1eeb713c59"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}