{
  "name": "auth-service",
  "version": "1.9.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vDwEHky5Y1DRlJz7uNOD"
  },
  "jwt_secret": "Kgy6mkHHtJokeNnSyMD+rICWB/icE2/v",
  "api_keys": {
    "stripe": "sk_live_48jbOLDIXHnZILmMCZeXoJX9",
    "sendgrid": "SG.Sh2NjNX19ATDJQU37w6jAl",
    "twilio_sid": "AC651f4a8c45b3e250e8b212fb6c9ee03f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}