{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tl0adxCnSQlo54ZfGlga"
  },
  "jwt_secret": "hiPeOJd9K9UPvfCqMRtQ/GOEnIQNvBoN",
  "api_keys": {
    "stripe": "sk_live_BHCO12NAxWRQJqcpalYtLnai",
    "sendgrid": "SG.PkQCFMKnzW8usTYhGDLvVN",
    "twilio_sid": "AC970e5f020a4208556e7f569df936568b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}