{
  "name": "payment-service",
  "version": "2.5.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IEc69W6kmYWglKpT7biC"
  },
  "jwt_secret": "cnhChGMs52cCRn8PEtAS4T2BWQgFrFSL",
  "api_keys": {
    "stripe": "sk_live_VCABL0eR7SRANbS5hSnOdwoJ",
    "sendgrid": "SG.0OTnzIdy3AlZf5Zm2Wu/ze",
    "twilio_sid": "AC9ec10f172b0701a452c5e5a5b73bcdaf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}