5 lines
207 B
Text
5 lines
207 B
Text
|
|
# PostgreSQL Database Configuration
|
||
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/perplexica
|
||
|
|
|
||
|
|
# Example with actual values:
|
||
|
|
# DATABASE_URL=postgresql://postgres:postgres@localhost:5432/perplexica_db
|