{
  "name": "auth-service",
  "version": "2.9.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QTtxAdJkpKc9Z6F7CoUb"
  },
  "jwt_secret": "zYKe22BLVLmndWe3f/Ms4aPHye03UGf3",
  "api_keys": {
    "stripe": "sk_live_evsUpjnyg9rVvpLIbHGMEyJw",
    "sendgrid": "SG.xaicYgqHIT3HOp1qsqxK+c",
    "twilio_sid": "AC520e1a2e62ab68ca3c7e0594de6ae6f2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}