{
  "name": "payment-service",
  "version": "2.7.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UZvzUSvJgjXGZeVXCXxZ"
  },
  "jwt_secret": "tm9nInmy8qFAmksYcTFAc+Wm51VjQCXL",
  "api_keys": {
    "stripe": "sk_live_AlPtD0IHiCE8wChnG1fANS5j",
    "sendgrid": "SG.84oTMrBf78dPZiLRrIomg+",
    "twilio_sid": "AC450b0c1c27cd1da53a920890bb02452f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}