Skip to content

Commit 00cfae3

Browse files
d-csclaude
andcommitted
docs(run-ops): add RUN_OPS_DATABASE_URL to .env.example
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ea51491 commit 00cfae3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres?schema=publi
77
# This sets the URL used for direct connections to the database and should only be needed in limited circumstances
88
# See: https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#fields:~:text=the%20shadow%20database.-,directUrl,-No
99
DIRECT_URL=${DATABASE_URL}
10+
# Dedicated run-ops database (@internal/run-ops-database). Only needed to run prisma commands
11+
# against it or to enable the run-ops split; start it with `docker compose --profile runops up`.
12+
RUN_OPS_DATABASE_URL=postgresql://postgres:postgres@localhost:5434/postgres?schema=public
13+
RUN_OPS_DATABASE_DIRECT_URL=${RUN_OPS_DATABASE_URL}
1014
REMIX_APP_PORT=3030
1115
# Dev-only: stream the webapp's logs over a local telnet/TCP socket (nc localhost 6767). Uncomment to enable.
1216
# WEBAPP_TELNET_LOGS_PORT=6767

0 commit comments

Comments
 (0)