Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/application.yml.default.review_app
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ production:
lexisnexis_threatmetrix_mock_enabled: true
enable_usps_verification: true
seed_agreements_data: false
tspencer_test: 'tspencertest'

1 change: 1 addition & 0 deletions dockerfiles/idp_review_app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENV ASSET_HOST http://localhost:3000
ENV DOMAIN_NAME localhost:3000
ENV PIV_CAC_SERVICE_URL https://localhost:8443/
ENV PIV_CAC_VERIFY_TOKEN_URL https://localhost:8443/
ENV TSPENCER_TEST env_in_dockerfile

# Install dependencies
RUN apt-get update && \
Expand Down