reduced dev container overhead by accessing the db via dod instead of did
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@
|
||||
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
||||
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
||||
|
||||
DATABASE_URL="postgresql://user:secret@localhost:5432/time_tracking_db?schema=public"
|
||||
DATABASE_URL="postgresql://user:secret@host.docker.internal:5432/time_tracking_db?schema=public"
|
||||
Reference in New Issue
Block a user