File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/cmc-citizen-frontend Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,8 @@ nodejs:
1919 targetCPUUtilizationPercentage : 80 # Default is 80% target CPU utilization
2020 environment :
2121 REFORM_TEAM : cmc
22- REFORM_SERVICE_NAME : citizen-frontend
23- # Use Redis (civil-citizen-ui-draft-store) in preview; keep a non-production session secret for cookie signing
24- SESSION_SECRET : " preview-session-secret-not-for-production-min-32-chars"
22+ REFORM_SERVICE_NAME : hmctspublic.azurecr.io/cmc/citizen-frontend:latest
23+ SESSION_SECRET : " preview-session-secret"
2524 LOG_LEVEL : DEBUG
2625 HTTP_TIMEOUT : 60000
2726 FEATURE_TOGGLES_API_URL : http://${SERVICE_NAME}-ftr-tgl
Original file line number Diff line number Diff line change 3232 },
3333 "session" : {
3434 "cookieName" : " cmc-citizen-session" ,
35- "secret" : " not-a-real- session-secret-min-32-chars " ,
35+ "secret" : " local- session-secret" ,
3636 "useRedisStore" : false ,
3737 "maxAgeInMinutes" : 120 ,
3838 "redis" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { Logger } from '@hmcts/nodejs-logging'
66
77const logger = Logger . getLogger ( 'server.ts' )
88
9+ // App Insights needs to be enabled as early as possible as it monitors other libraries as well
910new AppInsights ( ) . enable ( )
1011logger . info ( 'enabling App Insights' )
1112
You can’t perform that action at this time.
0 commit comments