Enable console
defaulttrue If this is set to
false, the Coral server will not serve the Coral console at /ui/console. Consider disabling this
in production environments.
Cache path
default${HOME}/.coral/console The path that the Coral console will be downloaded to. Note: this directory should not contain anything but Coral console files. This directory may be deleted by the Coral server when the Coral console is updated.
Console release URL
defaulthttps://github.com/Coral-Protocol/coral-studio/releases/download The path that the Coral console versions will be downloaded from. This should only be changed if using a fork of the Coral console.
Console release version
default stable Console version for given Coral server versionThe name of the Coral console version to download. This can be changed to use beta versions of the Coral console.
Bundle name
defaultcoral-console_${consoleReleaseVersion}.zip The name of the bundle to download. Note that if this is changed, the console release version will have no effect.
Delete old versions
defaultfalse If this is
true, the Coral server will delete old versions of the Coral console when it starts.
Always download
defaultfalse If this is true, the Coral server will always download the latest version of the Coral console even if it is already downloaded. This can be used if a forked version of the Coral console opts to update an existing version.