API - CODEX AGENTS: persistence and lifecycle endpoints
This commit is contained in:
+5
-2
@@ -8,6 +8,9 @@ NODEDC_LAUNCHER_INTERNAL_URL=http://launcher.local.nodedc
|
||||
NODEDC_TASKER_INTERNAL_URL=http://task.local.nodedc
|
||||
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-local-dev-token
|
||||
|
||||
# Phase 1 can run without DB. Phase 2 will require it.
|
||||
DATABASE_URL=
|
||||
POSTGRES_DB=nodedc_agent_gateway
|
||||
POSTGRES_USER=nodedc_agent_gateway
|
||||
POSTGRES_PASSWORD=replace-with-local-postgres-password
|
||||
POSTGRES_PORT=54100
|
||||
|
||||
DATABASE_URL=postgres://nodedc_agent_gateway:replace-with-local-postgres-password@localhost:54100/nodedc_agent_gateway
|
||||
|
||||
Reference in New Issue
Block a user