Skip to content

Environments

zeroKilo edited this page May 2, 2018 · 1 revision

Environments

Blaze and Magma can be set to other environments than "prod", with the startup parameter

  • +magmaEnvironment "..."
  • +blazeEnvironment "..."

List of possible values

`

+magmaEnvironment "private"
+-prod
+-test
+-test2
+-pte
+-preprod
+-private

+blazeEnvironment "test"
+-prod
+-test (infinite loop)

(not working, but leftover)
-dev
-dev2
-dev3
-dev4
-cert`
Clone this wiki locally