Os Environment Variables

Undraw My Documents

Os Environment Variables

About

Os Environment Variables can be used to set the value:

Secret

Environment variables are considered secret only if their names make it obvious by containing a pattern

Example

Global Attribute

If you want to set the execution environment, you can set it on Linux as:

env=prod
# or
tabul_env=prod
# or
TABUL_ENV=prod

Template

They can also be used as Template Variables in manifest

connections:
  connectionName:
    parameter1: ${MY_OS_ENV}



Related HowTo
Undraw My Documents
How to create a SMTP connection?

This howto shows you how to create a smtp connection to a SMTP system An oracle connection supports : all common connection attributes Uri, user, password ... and all Smtp connection...
Undraw My Documents
How to create a SQLite connection?

This howto shows you how to add a Sqlite connection. An sqlite connection supports : all common connection attributes Uri, user, password ... and all relational connection attributes ...
Undraw My Documents
How to create an Microsoft SqlServer connection?

This howto shows you how to create a connection to an sqlserver database. An sqlserver connection supports : all common connection attributes Uri, user, password ... and all relational...
Undraw My Documents
How to create an MySQL connection?

This howto shows you how to create a connection to an mysql database. An mysql connection supports : all common connection attributes Uri, user, password ... and all database connection...
Undraw My Documents
How to create an Oracle connection?

This howto shows you how to create a connection to an oracle database. An oracle connection supports : all common connection attributes Uri, user, password ... and all relational connection...

Task Runner