|
const string | ENV_CODE_THEME = "ME_CONFIG_OPTIONS_EDITORTHEME" |
|
const string | ENV_MONGO_SERVER = "ME_CONFIG_MONGODB_URL" |
|
const string | ENV_ME_CONFIG_MONGODB_ENABLE_ADMIN = "ME_CONFIG_MONGODB_ENABLE_ADMIN" |
|
const string | ENV_ME_CONFIG_SITE_COOKIESECRET = "ME_CONFIG_SITE_COOKIESECRET" |
|
const string | ENV_ME_CONFIG_SITE_SESSIONSECRET = "ME_CONFIG_SITE_SESSIONSECRET" |
|
const string | RUNNING_STRING = "Mongo Express server listening at http://0.0.0.0:8081" |
|
|
Promise< bool > | IsAvailable = new Promise<bool>() [get] |
|
Properties inherited from Beamable.Server.Editor.DockerCommands.RunImageCommand |
string | ImageName [getset] |
|
string | ContainerName [getset] |
|
Dictionary< string, string > | Environment [getprotected set] |
|
Dictionary< uint, uint > | Ports [getprotected set] |
|
Dictionary< string, string > | NamedVolumes [getprotected set] |
|
List< BindMount > | BindMounts [getprotected set] |
|
Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand |
static bool | DockerNotInstalled [getprotected set] |
|
static bool | DockerNotRunning [getset] |
|
virtual bool | DockerRequired [get] |
|
string | DockerCmd [get] |
|
bool | WriteLogToUnity [getset] |
|
bool | WriteCommandToUnity [getset] |
|
◆ HandleOnExit()
override void Beamable.Server.Editor.DockerCommands.RunStorageToolCommand.HandleOnExit |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ FAILURE_STRINGS
readonly string [] Beamable.Server.Editor.DockerCommands.RunStorageToolCommand.FAILURE_STRINGS |
Initial value:= new string[]
{
"AuthenticationFailed",
"UnhandledPromiseRejectionWarning",
"process with a non-zero exit code"
}
The documentation for this class was generated from the following file:
- com.beamable.server/Editor/DockerCommands/RunImageCommand.cs