Remove .env files from GIT.
This commit is contained in:
11
_reference/DeploymentChecklist.md
Normal file
11
_reference/DeploymentChecklist.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
Ensure following environment variables are set:
|
||||
|
||||
__S3 Related__
|
||||
AWSAccessKeyId=
|
||||
AWSSecretKey=
|
||||
Bucket=
|
||||
|
||||
__React Based__
|
||||
REACT_APP_GRAPHQL_ENDPOINT
|
||||
REACT_APP_GRAPHQL_ENDPOINT_WS
|
||||
11
_reference/SampleEnv.md
Normal file
11
_reference/SampleEnv.md
Normal file
@@ -0,0 +1,11 @@
|
||||
server.env
|
||||
|
||||
AWSAccessKeyId=AKIAJYNXY5KCA25PB2JA
|
||||
AWSSecretKey=iYO/navUhHuEXc6fMgfUh1y3VZY1hF6ISrUMZ4de
|
||||
Bucket=bodyshop-app-dev
|
||||
|
||||
|
||||
client.env
|
||||
REACT_APP_GRAPHQL_ENDPOINT=https://bodyshop-dev-db.herokuapp.com/v1/graphql
|
||||
REACT_APP_GRAPHQL_ENDPOINT_WS=wss://bodyshop-dev-db.herokuapp.com/v1/graphql
|
||||
REACT_APP_GA_CODE=217352234
|
||||
Reference in New Issue
Block a user