Skip to content

Commit fe1dae6

Browse files
committed
Update .env.example to replace PostgreSQL configuration with DATABASE_URL for improved connection management
1 parent 28bb1b0 commit fe1dae6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

RAGManager/.env.example

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# PostgreSQL Configuration
2-
POSTGRES_USER=postgres
3-
POSTGRES_PASSWORD=postgres
4-
POSTGRES_DB=vectordb
5-
POSTGRES_HOST=localhost
6-
POSTGRES_PORT=5432
1+
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/vectordb
72

83
# RabbitMQ Configuration
94
RABBITMQ_USER=guest

0 commit comments

Comments
 (0)