{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "o07MwParHmUQCj2Uafly"
  },
  "jwt_secret": "soLyxXbf10PkV9xE/b+15B7Dxd5QomQx",
  "api_keys": {
    "stripe": "sk_live_VElvw414HRaewV4dc7QBzGiS",
    "sendgrid": "SG.2MPOPflfJ/KXXbNm7PXXPh",
    "twilio_sid": "AC8d3da826607dbe2a30e86d3252e3f45a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}