{
  "name": "auth-service",
  "version": "1.1.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cWpPEtj5aupizKOb76UP"
  },
  "jwt_secret": "1WhgB1PG0/yrI1y+vEFtAULL5kVfSLZQ",
  "api_keys": {
    "stripe": "sk_live_SYzvkKyjKBW9QtT365MSse7x",
    "sendgrid": "SG.3ljLYWgn+sKeyApZmCEqK5",
    "twilio_sid": "AC44f2900369f419d482cb4547a2f3ee3f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}