Skip to content

Commit

Permalink
Add description about new CA envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuozawa committed Jul 22, 2021
1 parent 107d416 commit eb0ab64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ DB_LOGIN="root" # Or however you have set the database up in your machine
DB_PASSWORD="root"
DB_DATABASE="sardonyx" # Name of the database
DB_INSTANCE="sardony-app:asia-northeast1:sardonyx-db" # <project name>:<region>:<instance connection name>

# CA="------BEGIN CERTIFICATE-----\nA..."
# Only needed for no-mb-gae branch
```

Check the server files and define any other variables necessary. Variables in `.env` are referred to as `process.env.VARIABLE_NAME`.
Expand Down

0 comments on commit eb0ab64

Please sign in to comment.