mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-28 11:30:00 +00:00
fix environment variable error and enable docker build automation (#94)
* chore: fix database import error * remove unused file and improve env example * docker build automation
This commit is contained in:
parent
d7b0fff954
commit
3b2ced54e2
7 changed files with 359 additions and 341 deletions
|
|
@ -65,14 +65,7 @@ SURREAL_PASSWORD="root"
|
|||
SURREAL_NAMESPACE="open_notebook"
|
||||
SURREAL_DATABASE="staging"
|
||||
|
||||
# Old format (backward compatible) - will be converted automatically
|
||||
# SURREAL_ADDRESS="localhost"
|
||||
# SURREAL_PORT=8000
|
||||
# SURREAL_USER="root"
|
||||
# SURREAL_PASS="root"
|
||||
# SURREAL_NAMESPACE="open_notebook"
|
||||
# SURREAL_DATABASE="staging"
|
||||
|
||||
# OPEN_NOTEBOOK_PASSWORD=
|
||||
|
||||
# FIRECRAWL - Get a key at https://firecrawl.dev/
|
||||
FIRECRAWL_API_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue