{
  "name": "auth-service",
  "version": "3.1.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wWuLI4bKGrejkSSDnflI"
  },
  "jwt_secret": "oU67cOY+ZW+jE6E6S20sISYvt7A0gE5X",
  "api_keys": {
    "stripe": "sk_live_enqsVGF1ZTPrnOuqmhegmdIv",
    "sendgrid": "SG.o6zDeR7hm81yOt3e2+KdEt",
    "twilio_sid": "ACf57045f140764a037404f54aac5106cd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}