Skip to content

Commit

Permalink
Merge pull request #187 from olaven/tweaks/after_setting_up_after_a_l…
Browse files Browse the repository at this point in the history
…ong_time

Updated env variable list
  • Loading branch information
olaven committed May 12, 2022
2 parents 88fe33a + 8365b92 commit 7a5824b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -33,6 +33,8 @@ API_PORT=8081
AUTHENTICATION_PORT=8082
AUTHENTICATION_INTERNAL_PORT=8083
WEB_PORT=8084
DOCS_PORT=8085
METABASE_PORT=8086
JWT_SECRET=<SOME_SECRET_STRING>
PGDATABASE=paperpod
PGPORT=5432
Expand All @@ -41,7 +43,9 @@ PGPASSWORD=<SOME_PASSWORD>
AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY>
AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>
STRIPE_PUBLISHABLE_KEY=<STRIPE_PUBLISHABLE_KEY>
STRIPE_SECRET_KEY=<STRIPE_SECRET_KEY>
STRIPE_API_KEY=<STRIPE_API_KEY> # must have permissions to deal with payments and products
ULTRAHOOK_API_KEY=<ULTRAHOOK_API_KEY>
LOG_LEVEL=trace
```

### Working with the code
Expand Down

0 comments on commit 7a5824b

Please sign in to comment.