{
  "name": "auth-service",
  "version": "1.9.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J5Ae57lwsQDD4Bc7Kjat"
  },
  "jwt_secret": "2REgdRMa4RGfqWMSgZLJ72pZik3CHS2e",
  "api_keys": {
    "stripe": "sk_live_CHRUqitcVrx8lk4P4PsjPmIx",
    "sendgrid": "SG.0A4QxnTPtQk4+OWdviB1WJ",
    "twilio_sid": "ACb1c00adeec85491bdc788e8e2a5a1e67"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}