{
  "name": "auth-service",
  "version": "1.1.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "w9IVl8zeeXWMLaMyynQc"
  },
  "jwt_secret": "6V8LfBGo/Tj1F2pL1KMa9YkNrtTVLNSP",
  "api_keys": {
    "stripe": "sk_live_Gj03DK1XpfCVwnQ4g82KfZ3g",
    "sendgrid": "SG.vbAGMTE32Gy16TulVqj4e7",
    "twilio_sid": "ACcae0563e68d94d2a53cf31f57c287c57"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}