adaptai / projects /elizabeth /config /session_store_config.env.template
ADAPT-Chase's picture
Add files using upload-large-folder tool
fbf3c28 verified
raw
history blame contribute delete
310 Bytes
# Connection strings for live, resumable sessions
# Fill and copy as: session_store.env
# DragonFly/Redis (prefer DragonFly for performance)
REDIS_URL=redis://localhost:6379/0
DFLY_URL=redis://localhost:18000/0
# PostgreSQL durable store
POSTGRES_DSN=postgresql://postgres:postgres@localhost:5432/elizabeth