From eb0ab648ff94e9f4d0a2a773b73aeaa3a65a306d Mon Sep 17 00:00:00 2001 From: natsuozawa Date: Fri, 23 Jul 2021 00:54:18 +0900 Subject: [PATCH] Add description about new CA envvar --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57c5010..a7c635d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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" # :: + +# 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`.