Skip to content

Commit 476e379

Browse files
NikolaySclaude
andcommitted
docs: Add production .env setup reminder to Quick start
Added explicit reminder to configure .env before running quickstart in production. Links to Environment configuration section for details. Related to MR !56 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 817258d commit 476e379

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ Now, start it and wait for a few minutes. To obtain a PostgresAI access token fo
156156
# Production setup with your Access token
157157
./postgres_ai quickstart --api-key=your_access_token
158158
```
159+
160+
**Important for production:** Before running quickstart, configure secure credentials by copying `.env.example` to `.env` and editing passwords. See the [Environment configuration](#environment-configuration) section above.
161+
159162
**Note:** You can also add your database instance in the same command:
160163
```bash
161164
./postgres_ai quickstart --api-key=your_access_token --add-instance="postgresql://user:pass@host:port/DB"

0 commit comments

Comments
 (0)