{
  "name": "payment-service",
  "version": "2.8.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "u64nkhhbczOiKs3wmsTs"
  },
  "jwt_secret": "cv2AH3hk+yjaPy3ejeawKZPQIZOdGiru",
  "api_keys": {
    "stripe": "sk_live_7zAiwSJ1iR2jXX9tbADCmb95",
    "sendgrid": "SG.m/ZR9q9cMVR1I88v6MFpn7",
    "twilio_sid": "ACd8264a07e9d3322d29a27c010c5702ae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}