Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored and colfax23 committed Apr 1, 2024
1 parent 326eec8 commit 75e72c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ENV-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Suppose you are adding a new ENV variable to either the `server` or the `public-api-server`, how do you do it?
(Note that any secrets should be set via ENV, **not** checked in to the repo!)

Here's the steps:
Here are the steps:

1. Add the new environment variable to [`environment.d.ts`](https://github.com/gitpoap/gitpoap-backend/blob/main/environment.d.ts)
2. Add the new environment variable to both [`.dockerfiles/server.env`](https://github.com/gitpoap/gitpoap-backend/blob/main/.dockerfiles/server.env)
Expand Down

0 comments on commit 75e72c1

Please sign in to comment.