Skip to content

Commit b702534

Browse files
committedApr 16, 2019
Removes references to unused PUBLIC_DIR
1 parent a0d817f commit b702534

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed
 

‎.env.example

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ AWS_S3_BUCKET_NAME=
77
APOLLO_OPTICS_KEY=
88
DEV_APP_PORT=8090
99
OUTPUT_DIR=./build
10-
PUBLIC_DIR=./build/client
1110
ASSETS_DIR=./build/client/assets
1211
ASSETS_MAP_FILE=assets.json
1312
CAMPAIGN_ID='campaign-id-hash'

‎__test__/e2e/.env.e2e

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ AWS_S3_BUCKET_NAME=
77
APOLLO_OPTICS_KEY=
88
DEV_APP_PORT=8090
99
OUTPUT_DIR=./build
10-
PUBLIC_DIR=./build/client
1110
ASSETS_DIR=./build/client/assets
1211
ASSETS_MAP_FILE=assets.json
1312
CAMPAIGN_ID='campaign-id-hash'

‎deploy/lambda-env.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"APOLLO_OPTICS_KEY": "",
88
"DEFAULT_SERVICE": "twilio",
99
"OUTPUT_DIR": "./build",
10-
"PUBLIC_DIR": "./build/client",
1110
"ASSETS_DIR": "./build/client/assets",
1211
"STATIC_BASE_URL": "https://s3.amazonaws.com/s3.example.com/spoke/",
1312
"S3_STATIC_PATH": "s3://s3.example.com/spoke/",

‎deploy/spoke-pm2.config.js.template

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const env_production = {
66
AWS_S3_BUCKET_NAME: '',
77
APOLLO_OPTICS_KEY:'',
88
DEV_APP_PORT:8090,
9-
PUBLIC_DIR:'./build/client',
109
ASSETS_DIR:'./build/client/assets',
1110
ASSETS_MAP_FILE:'assets.json',
1211
CAMPAIGN_ID:'campaign-id-hash',

‎docs/REFERENCE-environment_variables.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,12 @@ OPTOUTS_SHARE_ALL_ORGS | Can be set to true if opt outs should be res
5151
OUTPUT_DIR | Directory path for packaged files should be saved to. _Required_.
5252
PHONE_NUMBER_COUNTRY | Country code for phone number formatting. _Default_: US.
5353
PORT | Port for Heroku servers.
54-
PUBLIC_DIR | Directory path server should use to serve files. _Required_.
5554
REDIS_URL | This enables caching using the [`url` option in redis library](https://github.com/NodeRedis/node_redis#options-object-properties). This is an area of active development. More can be seen at [server/models/cacheable-queries/README](../src/server/models/cacheable-queries/README.md) and the [project board](https://github.com/MoveOnOrg/Spoke/projects/4)
5655
REVERE_SQS_URL | SQS URL to process outgoing Revere SMS Messages.
5756
REVERE_LIST_ID | Revere List to add user to.
5857
REVERE_NEW_SUBSCRIBER_MOBILE_FLOW | Revere mobile flow to trigger upon recording action.
5958
REVERE_MOBILE_API_KEY | Revere authentication api key to use to access Revere API.
60-
REVERE_API_URL | Revere api endpoint to use for triggering a mobile flow.
59+
REVERE_API_URL | Revere api endpoint to use for triggering a mobile flow.
6160
ROLLBAR_CLIENT_TOKEN | Client token for Rollbar error tracking.
6261
ROLLBAR_ACCESS_TOKEN | Access token for Rollbar error tracking.
6362
ROLLBAR_ENDPOINT | Endpoint URL for Rollbar error tracking.

0 commit comments

Comments
 (0)
Please sign in to comment.