mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +00:00
4 lines
215 B
Plaintext
4 lines
215 B
Plaintext
# The connection string for the PostgreSQL database
|
|
# Format: postgresql://username:password@hostname:port/database_name?schema=public
|
|
DATABASE_URL="postgresql://username:password@localhost:5432/mydb?schema=public"
|