Browse Source

Add env variable documentation

master
Garrit Franke 4 years ago
parent
commit
26dfbc500e
  1. 6
      client/README.md
  2. 6
      server/README.md

6
client/README.md

@ -1,3 +1,5 @@
# react-parcel-boilerplate
## Configuration
A minimal react boilerplate that uses parcel to bundle all of your assets
To configure the client, you need these fields in your `.env` file:
* API_BASE_PATH - Backend URL

6
server/README.md

@ -0,0 +1,6 @@
## Configuration
To configure the server, you need these fields in your `.env` file:
* AUTH_SECRET - Secret used to sign JWTs
* DATABASE_URL - Database path
Loading…
Cancel
Save