Skip to content

Commit

Permalink
update env templates with current urls (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bk3c committed May 8, 2020
1 parent 7dfe729 commit 166e91b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/public-ala/.env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## == IMPORTANT REMINDER: ANY EDITS HERE MUST BE UPDATED IN ALL ENVIRONMENTS (incl. CI) == ##
LISTING_SERVICE_URL=http://localhost:3001
HOUSING_COUNSELOR_SERVICE_URL=https://housing.sfgov.org/assets/housing_counselors-7b0f260dac22dfa20871edd36135b62f1a25a9dad78faf2cf8e8e2514b80cf61.json
LISTING_SERVICE_URL="http://localhost:3001/?jsonpath=%24%5B%3F(%40.buildingAddress.county%3D%3D%22Alameda%22)%5D"
HOUSING_COUNSELOR_SERVICE_URL=https://www.acgov.org/cda/hcd/index.htm
NEXTJS_PORT=3000
MAPBOX_TOKEN=pk.eyJ1IjoibWplZHJhcyIsImEiOiJjazI2OHA5YzQycTBpM29xdDVwbXNyMDlwIn0.XS5ilGzTh_yVl3XY-8UKeA
4 changes: 2 additions & 2 deletions apps/public-sj/.env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## == IMPORTANT REMINDER: ANY EDITS HERE MUST BE UPDATED IN ALL ENVIRONMENTS (incl. CI) == ##
LISTING_SERVICE_URL=http://localhost:3001
HOUSING_COUNSELOR_SERVICE_URL=https://housing.sfgov.org/assets/housing_counselors-7b0f260dac22dfa20871edd36135b62f1a25a9dad78faf2cf8e8e2514b80cf61.json
LISTING_SERVICE_URL="http://localhost:3001/?jsonpath=%24%5B%3F(%40.buildingAddress.city%3D%3D%22San+Jose%22)%5D"
HOUSING_COUNSELOR_SERVICE_URL=https://www.sanjoseca.gov/your-government/departments/housing/renters-apartment-owners
NEXTJS_PORT=3000
MAPBOX_TOKEN=pk.eyJ1IjoibWplZHJhcyIsImEiOiJjazI2OHA5YzQycTBpM29xdDVwbXNyMDlwIn0.XS5ilGzTh_yVl3XY-8UKeA
4 changes: 2 additions & 2 deletions apps/public-smc/.env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## == IMPORTANT REMINDER: ANY EDITS HERE MUST BE UPDATED IN ALL ENVIRONMENTS (incl. CI) == ##
LISTING_SERVICE_URL=http://localhost:3001
HOUSING_COUNSELOR_SERVICE_URL=https://housing.sfgov.org/assets/housing_counselors-7b0f260dac22dfa20871edd36135b62f1a25a9dad78faf2cf8e8e2514b80cf61.json
LISTING_SERVICE_URL="http://localhost:3001/?jsonpath=%24%5B%3F(%40.buildingAddress.county%3D%3D%22San+Mateo%22)%5D"
HOUSING_COUNSELOR_SERVICE_URL=https://housing.smcgov.org/find-rental-assistance
NEXTJS_PORT=3000
MAPBOX_TOKEN=pk.eyJ1IjoibWplZHJhcyIsImEiOiJjazI2OHA5YzQycTBpM29xdDVwbXNyMDlwIn0.XS5ilGzTh_yVl3XY-8UKeA

0 comments on commit 166e91b

Please sign in to comment.