Skip to content

Commit

Permalink
Removes references to unused PUBLIC_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
shakalee14 committed Apr 16, 2019
1 parent a0d817f commit b702534
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ AWS_S3_BUCKET_NAME=
APOLLO_OPTICS_KEY=
DEV_APP_PORT=8090
OUTPUT_DIR=./build
PUBLIC_DIR=./build/client
ASSETS_DIR=./build/client/assets
ASSETS_MAP_FILE=assets.json
CAMPAIGN_ID='campaign-id-hash'
Expand Down
1 change: 0 additions & 1 deletion __test__/e2e/.env.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ AWS_S3_BUCKET_NAME=
APOLLO_OPTICS_KEY=
DEV_APP_PORT=8090
OUTPUT_DIR=./build
PUBLIC_DIR=./build/client
ASSETS_DIR=./build/client/assets
ASSETS_MAP_FILE=assets.json
CAMPAIGN_ID='campaign-id-hash'
Expand Down
1 change: 0 additions & 1 deletion deploy/lambda-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"APOLLO_OPTICS_KEY": "",
"DEFAULT_SERVICE": "twilio",
"OUTPUT_DIR": "./build",
"PUBLIC_DIR": "./build/client",
"ASSETS_DIR": "./build/client/assets",
"STATIC_BASE_URL": "https://s3.amazonaws.com/s3.example.com/spoke/",
"S3_STATIC_PATH": "s3://s3.example.com/spoke/",
Expand Down
1 change: 0 additions & 1 deletion deploy/spoke-pm2.config.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const env_production = {
AWS_S3_BUCKET_NAME: '',
APOLLO_OPTICS_KEY:'',
DEV_APP_PORT:8090,
PUBLIC_DIR:'./build/client',
ASSETS_DIR:'./build/client/assets',
ASSETS_MAP_FILE:'assets.json',
CAMPAIGN_ID:'campaign-id-hash',
Expand Down
3 changes: 1 addition & 2 deletions docs/REFERENCE-environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ OPTOUTS_SHARE_ALL_ORGS | Can be set to true if opt outs should be res
OUTPUT_DIR | Directory path for packaged files should be saved to. _Required_.
PHONE_NUMBER_COUNTRY | Country code for phone number formatting. _Default_: US.
PORT | Port for Heroku servers.
PUBLIC_DIR | Directory path server should use to serve files. _Required_.
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)
REVERE_SQS_URL | SQS URL to process outgoing Revere SMS Messages.
REVERE_LIST_ID | Revere List to add user to.
REVERE_NEW_SUBSCRIBER_MOBILE_FLOW | Revere mobile flow to trigger upon recording action.
REVERE_MOBILE_API_KEY | Revere authentication api key to use to access Revere API.
REVERE_API_URL | Revere api endpoint to use for triggering a mobile flow.
REVERE_API_URL | Revere api endpoint to use for triggering a mobile flow.
ROLLBAR_CLIENT_TOKEN | Client token for Rollbar error tracking.
ROLLBAR_ACCESS_TOKEN | Access token for Rollbar error tracking.
ROLLBAR_ENDPOINT | Endpoint URL for Rollbar error tracking.
Expand Down

0 comments on commit b702534

Please sign in to comment.