Skip to content

Commit

Permalink
#31 save point
Browse files Browse the repository at this point in the history
  • Loading branch information
roncewind committed Mar 26, 2024
1 parent 6823891 commit e793398
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2078,14 +2078,22 @@ Resources:
Properties:
ContainerDefinitions:
- Environment:
- Name: SENZING_API_SERVER_ALLOWED_ORIGINS
Value: "*"
- Name: SENZING_API_SERVER_BIND_ADDR
Value: all
- Name: SENZING_API_SERVER_ENABLE_ADMIN
Value: "true"
- Name: SENZING_API_SERVER_INIT_JSON
Value: !GetAtt SsmParameterSenzingEngineConfigurationJson.Value
- Name: SENZING_API_SERVER_PORT
Value: "8250"
- Name: SENZING_API_SERVER_SKIP_ENGINE_PRIMING
Value: "true"
- Name: SENZING_API_SERVER_SKIP_STARTUP_PERF
Value: "true"
- Name: SENZING_WEB_SERVER_PORT
Value: "8251"
- Name: SENZING_API_SERVER_URL
Value: !Sub "http://${LoadBalancerPrivate.DNSName}:8250/api"
- Name: SENZING_API_SERVER_URL_BASE_PATH
Value: /api
- Name: SENZING_API_SERVER_DEBUG
Expand Down Expand Up @@ -2120,6 +2128,8 @@ Resources:
Value: "http://localhost:8251/app"
- Name: SENZING_WEB_SERVER_INTERNAL_URL
Value: "http://localhost:8251/app"
- Name: SENZING_WEB_SERVER_PORT
Value: "8251"
- Name: SENZING_WEB_SERVER_PROXY_LOGLEVEL
Value: error
- Name: SENZING_WEB_SERVER_STREAM_CLIENT_URL
Expand Down

0 comments on commit e793398

Please sign in to comment.