mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +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"
|