File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The containerized databases will be seeded automatically.
8282
8383``` bash
8484# 1. Configure environment
85- cp template .env .env
85+ cp .env .env.template
8686nano .env # Update passwords and connection strings
8787
8888# 2. Start all services (Dagster + Redis)
@@ -511,7 +511,7 @@ securechain-ssc-ingestion/
511511├── docker-compose.yml # 4 services (postgres, redis, daemon, webserver)
512512├── Dockerfile # Multi-stage build with UV
513513├── pyproject.toml # Project configuration and dependencies
514- ├── template .env # Environment variable template
514+ ├── .env.template # Environment variable template
515515├── .env # Local configuration (gitignored)
516516└── CLAUDE.md # AI agent context documentation
517517```
@@ -520,7 +520,7 @@ securechain-ssc-ingestion/
520520
521521### Environment Variables
522522
523- Copy ` template .env` to ` .env ` and configure the following sections:
523+ Copy ` .env.template ` to ` .env ` and configure the following sections:
524524
525525#### Database Connections
526526``` bash
You can’t perform that action at this time.
0 commit comments