mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
chore(env): add .env.example with PostgreSQL connection string example
This commit is contained in:
parent
16cc459f2d
commit
8c67d2696d
3
.env.example
Normal file
3
.env.example
Normal file
@ -0,0 +1,3 @@
|
||||
# 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"
|
Loading…
Reference in New Issue
Block a user