{
  "name": "auth-service",
  "version": "3.7.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5oV4SEuhtGTlEBMMuSvN"
  },
  "jwt_secret": "2ySknaKU70pAZomHsnAWCG/h74wbdM3t",
  "api_keys": {
    "stripe": "sk_live_sVQanShgj61k7672Qlyn7Sk6",
    "sendgrid": "SG.e4h7+ckXOmayWDMf/bV7So",
    "twilio_sid": "AC847e5b219c798ab7cebc5eac21fe2814"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}