{
  "name": "auth-service",
  "version": "3.2.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qVxlH3vriEHMaCK4m6sE"
  },
  "jwt_secret": "/zsjLHyXpj8jntP4XeUghx08MTnxFyUw",
  "api_keys": {
    "stripe": "sk_live_ys4LHS2biQlo0DRN2hs8Lowx",
    "sendgrid": "SG.LYa/ZtTypPY2SjtXCw2Igf",
    "twilio_sid": "ACac8efd580ec2e5d2c7c199387809bf3b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}