Added documentation about prod.env to the readme.
This commit is contained in:
parent
620fd94f8f
commit
afe067bcd6
|
@ -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
|
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.
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue