Environment Variables

Listed in this page are all environment variables needed to run Kibana.

Variable NameTypeRelevanceRequiredDefault

SANTEMPI_INSTANCES

Number

Number of service replicas

No

1

SANTEMPI_MAIN_CONNECTION_STRING

String

Connection string to SanteMPI

No

Check below table

SANTEMPI_AUDIT_CONNECTION_STRING

String

Audit connection string to SanteMPI

No

Check below table

SANTEMPI_POSTGRESQL_PASSWORD

String

SanteMPI postgreSQL password

No

SanteDB123

SANTEMPI_POSTGRESQL_USERNAME

String

SanteMPI postgreSQL username

No

santempi

SANTEMPI_REPMGR_PRIMARY_HOST

String

SanteMPI postgreSQL replicas manager primary host

No

santempi-psql-1

SANTEMPI_REPMGR_PARTNER_NODES

String

SanteMPI postgreSQL replicas manager nodes hosts

Yes

santempi-psql-1,santempi-psql-2,santempi-psql-

Note

The environment variable SANTEMPI_REPMGR_PARTNER_NODES will differ from cluster and single mode.

Default value for SANTEMPI_MAIN_CONNECTION_STRING:

server=santempi-psql-1;port=5432; database=santedb; user id=santedb; password=SanteDB123; pooling=true; MinPoolSize=5; MaxPoolSize=15; Timeout=60;

Default value for SANTEMPI_AUDIT_CONNECTION_STRING:

server=santempi-psql-1;port=5432; database=auditdb; user id=santedb; password=SanteDB123; pooling=true; MinPoolSize=5; MaxPoolSize=15; Timeout=60;

Last updated