{
  "name": "auth-service",
  "version": "3.7.11",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "gxqpwLvOFCulNSUiIQzu"
  },
  "jwt_secret": "VCo64t9UgOSjwCRlJZl3Src3NDyxUl89",
  "api_keys": {
    "stripe": "sk_live_haiwDwaxI8mbvnat9a6xdotr",
    "sendgrid": "SG.9S/350LquIqTWq1QfAV1bs",
    "twilio_sid": "AC3c11a35c89ab9babb827ca3835907b0f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}