Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gex prod flag #12033

Merged
merged 3 commits into from
Feb 23, 2024
Merged
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: 1 addition & 1 deletion config/env/prd.app.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOD_CA_PACKAGE=/config/tls/milmove-cert-bundle.p7b
DTOD_USE_MOCK=false
EMAIL_BACKEND=ses
FEATURE_FLAG_SERVER_URL=http://flipt.svc-prd.local:8080
GEX_SEND_PROD_INVOICE=false
GEX_SEND_PROD_INVOICE=true
GEX_URL=https://gexb.gw.daas.dla.mil/msg_data/submit/
HEALTH_SERVER_ENABLED=true
HERE_MAPS_GEOCODE_ENDPOINT=https://geocoder.api.here.com/6.2/geocode.json
Expand Down
Loading