{
  "name": "auth-service",
  "version": "3.7.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WnIaFlL4Ht4Ol8uVz63O"
  },
  "jwt_secret": "aJqCYUPF28whXiyUc4OSGCDLuFOAcvJn",
  "api_keys": {
    "stripe": "sk_live_7Y97OmDbtmOEWd7ugqXx0ICL",
    "sendgrid": "SG.L5SJ0vEeHHMYESRFiP9733",
    "twilio_sid": "AC0c6d8f9f41d410e6060435395bfe9780"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}