Environments
Environments are a core feature of Kreya. They simplify your Kreya experience. You can add, edit and delete environments via Project → Environments.
#
Environment dataStore environment-specific values in here. The environment data must be valid JSON and the keys should only consist of letters, numbers and underscores.
#
User specific dataIn some cases, users do not want to store their environment values inside the Kreya project. For example passwords, other user-specific authentication values or simply secret keys that should not be synced in plain text over the Internet.
Note that this user specific data is still stored in plain text, only outside of the Kreya project (in your appdata-folder).
User specific environment values take precedence over "normal" environment values.
#
Changing the active environmentYou can select the active environment in the upper-left corner.

#
Using environment valuesSee the Templating section.