{
  "name": "payment-service",
  "version": "3.9.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8mNEzU5lHdD3M9hYehJ4"
  },
  "jwt_secret": "xdcK/Ad3mD44x92QzsslDD0Br28oIyj9",
  "api_keys": {
    "stripe": "sk_live_fjohSo4rgKgLtzAbm7W3sv5e",
    "sendgrid": "SG.PU/Dhfw0Lqgy2K93QtiijQ",
    "twilio_sid": "AC830950c73b6a2c2534fafd4df9067385"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}