{
  "name": "auth-service",
  "version": "3.3.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jH03iA8Y7MSZZCpkL0nG"
  },
  "jwt_secret": "7hBZZ37WNEzvw0de+LDZjJJvvk3+iAsU",
  "api_keys": {
    "stripe": "sk_live_l9FGtcfvYYXERf8C9aHsVaie",
    "sendgrid": "SG.lpBVshCicA5fessc08JoJk",
    "twilio_sid": "ACcc757e739f2ee54d01f939708e20181f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}