{
  "name": "auth-service",
  "version": "2.3.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "s356vh3IpynFfrkYNPUQ"
  },
  "jwt_secret": "VONTItWjAqcLBMJsdI3jdKgsxL4TGaYL",
  "api_keys": {
    "stripe": "sk_live_dr5bQar6lXMOVzfa2IqUeq5Z",
    "sendgrid": "SG.SGPmt2YIrq+UKiL8izAPDG",
    "twilio_sid": "AC1837607496085d8c9c6ecef64c3d56d7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}