chapmandu
11/08/2022, 9:24 PM"fusionreactor": {
"enable": "${FUSIONREACTOR_ENABLE:true}",
"EDSGroups": "${APP_NAME:myapp}-${APP_STAGE:development}"
}
All of these environment variables are present, but the EDSGroups value is being reported in FR as "myapp-production"bdw429s
11/08/2022, 9:58 PMbdw429s
11/08/2022, 9:58 PMbdw429s
11/08/2022, 9:58 PMenv show
to see what env vars are defined in this projectchapmandu
11/08/2022, 11:05 PMbdw429s
11/08/2022, 11:25 PMbdw429s
11/08/2022, 11:25 PMAPP_NAME
env var is not defined, but you haven't provided any information to help troubleshoot thatchapmandu
11/09/2022, 12:36 AMchapmandu
11/09/2022, 12:59 AMenv show
to debug.. thanks again