{
  "name": "auth-service",
  "version": "3.2.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CWPDJwPBk3attDkFCYms"
  },
  "jwt_secret": "TCbP/wtlL34F+JNeEnzv1I5iD5ZJfV5q",
  "api_keys": {
    "stripe": "sk_live_nupzxPlr0ypJMa97aMpb4TPc",
    "sendgrid": "SG.FPVs48lrOKuEbllO/QegkW",
    "twilio_sid": "AC357560cead6531f28922e1fdbd252be6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}