Skip to content

Commit fd22a53

Browse files
committed
docs: change env template file name in README
1 parent 1c0b679 commit fd22a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8686
nano .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

0 commit comments

Comments
 (0)