diff --git a/.env b/.env index 796ebbe0..35887aca 100644 --- a/.env +++ b/.env @@ -19,4 +19,8 @@ LLM_PROXY__SERVER__AUTH_TOKENS=demo-token-123456,another-token LLM_PROXY__SERVER__PORT=8080 # Database path (optional) -LLM_PROXY__DATABASE__PATH=./data/llm_proxy.db \ No newline at end of file +LLM_PROXY__DATABASE__PATH=./data/llm_proxy.db + +SESSION_SECRET=ki9khXAk9usDkasMrD2UbK4LOgrDRJz0 + +LLM_PROXY__ENCRYPTION_KEY=eac0239bfc402c7eb888366dd76c314288a8693efd5b7457819aeaf1fe429ac2 diff --git a/data/backups/llm_proxy.db.20260303T204435Z b/data/backups/llm_proxy.db.20260303T204435Z new file mode 100644 index 00000000..cdabdb40 Binary files /dev/null and b/data/backups/llm_proxy.db.20260303T204435Z differ diff --git a/data/backups/llm_proxy.db.20260303T205057Z b/data/backups/llm_proxy.db.20260303T205057Z new file mode 100644 index 00000000..599aeeae Binary files /dev/null and b/data/backups/llm_proxy.db.20260303T205057Z differ diff --git a/data/llm_proxy.db b/data/llm_proxy.db index 50eed0e3..aee43140 100644 Binary files a/data/llm_proxy.db and b/data/llm_proxy.db differ