Hey @thedusen, You can set the Environment Variables and use it across your project. environment variables are a set of user-defined key-value pairs that can be accessed by workflow nodes. While they share similarities with Secrets, environment variables are different in the following ways:
- Unlike Secrets, their values can be viewed by users.
- They are available at runtime so are quicker to access.
- Their ease of access in the runtime makes them less secure than Secrets.