9 lines
245 B
Bash
9 lines
245 B
Bash
# SurrealDB & Open Notebook encryption key (generate with: openssl rand -base64 32)
|
|
OPEN_NOTEBOOK_ENCRYPTION_KEY=
|
|
|
|
# SurrealDB credentials
|
|
SURREAL_USER=root
|
|
SURREAL_PASSWORD=
|
|
|
|
# OpenRouter (Cloud-KI, einziger Cloud-Provider)
|
|
OPENROUTER_API_KEY=
|