3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
|
# DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>/<db-name>'
|
||
|
DATABASE_URL="postgresql://postgres:@localhost:5450/calendso"
|