{
  "name": "auth-service",
  "version": "3.6.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kbc74LAcqCeNVo2r0sHn"
  },
  "jwt_secret": "MYYjbre1nWYorhdLPneRa8Jc2ajCi/xd",
  "api_keys": {
    "stripe": "sk_live_tuBIpAgKcPAbTRn6eXH55o6i",
    "sendgrid": "SG.HiS5+n3HSVsL/Qefbn6k/b",
    "twilio_sid": "AC39700d75251eae8b34390d7f3c6a1092"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}