Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/getzep/zep/config/config",
"$ref": "#/$defs/Config",
"$defs": {
"AuthConfig": {
"properties": {
"Secret": {
"type": "string"
},