Upd setup.sh for right default .env
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -97,7 +97,13 @@ MARIADB_DATABASE=crumbforest
|
|||||||
MARIADB_ROOT_PASSWORD=rootsecret
|
MARIADB_ROOT_PASSWORD=rootsecret
|
||||||
|
|
||||||
# FastAPI Configuration
|
# FastAPI Configuration
|
||||||
|
SECRET_KEY=change-me-in-production-to-random-string-secret-key
|
||||||
APP_SECRET=change-me-in-production-to-random-string
|
APP_SECRET=change-me-in-production-to-random-string
|
||||||
|
APP_PORT=8000
|
||||||
|
|
||||||
|
# Data Directories
|
||||||
|
MYSQL_DATA=./data/mysql
|
||||||
|
QDRANT_STORAGE=./data/qdrant
|
||||||
|
|
||||||
# Qdrant Configuration
|
# Qdrant Configuration
|
||||||
QDRANT_URL=http://qdrant:6333
|
QDRANT_URL=http://qdrant:6333
|
||||||
|
|||||||
Reference in New Issue
Block a user