{
  "name": "auth-service",
  "version": "2.8.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NwUROoBFscPbYbCKCsT7"
  },
  "jwt_secret": "bIo6hTBmITTh9EXJTyfFgUBDjx4K7nI0",
  "api_keys": {
    "stripe": "sk_live_Lw77Uiqx4yrBG03fiZfj078c",
    "sendgrid": "SG.yhmtyrCSJw4tBkbqkRu0EV",
    "twilio_sid": "AC1f33aab224d71fe6d7ec41c9e3866295"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}