Class LocalEmulatorDefaults
java.lang.Object
com.cloudforge.core.local.LocalEmulatorDefaults
Canonical Docker and gateway defaults shared by all CloudForge local emulators.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringWhen false, skip nginx edge auto-start with the emulator.static final StringWhen false, ministack-start / localstack-start skip StackPort + edge.static final Stringnginx Host-based edge for *.cloudforge.localhost (shared by MiniStack + LocalStack).static final intstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final StringShared gateway alias when either emulator owns :4566.static final StringCanonical CloudForge local hostnames (edge + hosts file).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringStackPort resource browser (optional; owned by each target module).static final StringWhen false, skip StackPort auto-start with the emulator.static final intstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionstatic StringedgeApplicationUrl(String applicationId) Browser URL for an app via the emulator edge.static StringedgeHostnameForApplication(String applicationId) Edge hostname for a CloudForgeapplicationId.
-
Field Details
-
DOCKER_NETWORK
- See Also:
-
GATEWAY_PORT
public static final int GATEWAY_PORT- See Also:
-
GATEWAY_HOST
- See Also:
-
DOCKER_SOCKET_ENV
- See Also:
-
DEFAULT_DOCKER_SOCKET
- See Also:
-
MINISTACK_CONTAINER
- See Also:
-
LOCALSTACK_CONTAINER
- See Also:
-
MINISTACK_IMAGE
- See Also:
-
LOCALSTACK_IMAGE
- See Also:
-
MINISTACK_HEALTH_PATH
- See Also:
-
LOCALSTACK_HEALTH_PATH
- See Also:
-
LOCALSTACK_AUTH_TOKEN_ENV
- See Also:
-
LOCALSTACK_VOLUME_DIR_ENV
- See Also:
-
LOCALSTACK_VOLUME_DIR_NAME
- See Also:
-
MINISTACK_STACKPORT_CONTAINER
StackPort resource browser (optional; owned by each target module).- See Also:
-
LOCALSTACK_STACKPORT_CONTAINER
- See Also:
-
STACKPORT_IMAGE
- See Also:
-
STACKPORT_HOST_PORT
public static final int STACKPORT_HOST_PORT- See Also:
-
STACKPORT_CONTAINER_PORT
public static final int STACKPORT_CONTAINER_PORT- See Also:
-
STACKPORT_ENDPOINT_ENV
- See Also:
-
STACKPORT_ENDPOINTS_ENV
- See Also:
-
STACKPORT_DATA_DIR_ENV
- See Also:
-
STACKPORT_VOLUME_DIR_NAME
- See Also:
-
EMULATOR_EDGE_CONTAINER
nginx Host-based edge for *.cloudforge.localhost (shared by MiniStack + LocalStack).- See Also:
-
EMULATOR_EDGE_IMAGE
- See Also:
-
EMULATOR_EDGE_HOST_PORT
public static final int EMULATOR_EDGE_HOST_PORT- See Also:
-
EMULATOR_EDGE_CONTAINER_PORT
public static final int EMULATOR_EDGE_CONTAINER_PORT- See Also:
-
EMULATOR_EDGE_VOLUME_DIR_NAME
- See Also:
-
EMULATOR_EDGE_HTTP_PORT_ENV
- See Also:
-
EMULATOR_COMPANIONS_ENV
When false, ministack-start / localstack-start skip StackPort + edge. Default true.- See Also:
-
STACKPORT_AUTOSTART_ENV
When false, skip StackPort auto-start with the emulator. Default true.- See Also:
-
EDGE_AUTOSTART_ENV
When false, skip nginx edge auto-start with the emulator. Default true.- See Also:
-
HOST_LOCALSTACK
Canonical CloudForge local hostnames (edge + hosts file).- See Also:
-
HOST_MINISTACK
- See Also:
-
HOST_EMULATOR
Shared gateway alias when either emulator owns :4566.- See Also:
-
HOST_STACKPORT
- See Also:
-
HOST_NGINX
- See Also:
-
HOST_MANAGER
- See Also:
-
-
Method Details
-
edgeHostnameForApplication
-
edgeApplicationUrl
-