Added documentation about prod.env to the readme.

This commit is contained in:
Andrew Lalis 2025-01-23 19:42:18 -05:00
parent 620fd94f8f
commit afe067bcd6
1 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,11 @@ the app is just 100Kib of static content, this app uses almost no resources.
See the various scripts in this root directory for actions. For most cases, you
can just run `./deploy.sh` to build and deploy the API and app.
On the server, I also supply a `prod.env` file, with the following properties:
```
TEACHER_TOOLS_API_ENV=PROD
TEACHER_TOOLS_DB_USERNAME=redacted
TEACHER_TOOLS_DB_PASSWORD=redacted
TEACHER_TOOLS_DB_URL=postgresql://localhost:5432/teacher_tools_prod
```