{
  "name": "payment-service",
  "version": "2.2.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "87VvOCukCy0gP4jxgvwn"
  },
  "jwt_secret": "fr9I16q9GZ3KhkpARpDd0Y0N4OSfSovz",
  "api_keys": {
    "stripe": "sk_live_sBU6VOczrkH03ctVBXtL9PWy",
    "sendgrid": "SG.3yIWwfAnW6B8uHp/znrPl4",
    "twilio_sid": "ACe63b6089798b8f7d29245856205cef34"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}