{
  "name": "payment-service",
  "version": "2.9.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cKO2BmYdSfVX8nulDK5t"
  },
  "jwt_secret": "TbnZNcBYMZtWOL/Ww22FuAqMarIi4KxI",
  "api_keys": {
    "stripe": "sk_live_eJLYdGDyOOjfH5eqczu5XzeV",
    "sendgrid": "SG.n85RfB2ok7BUu+ByA5g01q",
    "twilio_sid": "AC6e00b1f954e9795de67ad5479a3b040c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}