{
  "name": "payment-service",
  "version": "1.1.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PsoUshB5J6a2aunXPaCz"
  },
  "jwt_secret": "8vhLCOtw3pIq+AjkLqJAp0Fp/484PTKk",
  "api_keys": {
    "stripe": "sk_live_fpPAlrh1ws6gf6LPEMn8I2tv",
    "sendgrid": "SG.B6fpEAUBtMosDF2HEW7RXZ",
    "twilio_sid": "AC0ee48b8d22ae7d57c29a56887f04d35e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}