Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The management of spaces was removed from the REST api and is now only managed via environment variable. The spaces defined this way will be created or if they already exist updated during start up of the application. Existing spaces in the database that are not defined this way will be ignored by the application.

The space identifier (previously called spaceId, now called spaceKey) can be specified as part of the environment variable SPACES_DATA (see below, and listed in the full environment variable list here). The space key can only contain alphanumeric characters, hyphens and underscores.

...