Options
All
  • Public
  • Public/Protected
  • All
Menu

This file is part of the @egodigital/microservices distribution. Copyright (c) e.GO Digital GmbH, Aachen, Germany (https://www.e-go-digital.com/)

egodigital/microservices

is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3.

egodigital/microservices

is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Index

Variables

Const BCRYPT_ROUNDS

BCRYPT_ROUNDS: undefined | string = ...

The number of rounds for bcrypt hashing.

Const JWT_SECRET

JWT_SECRET: undefined | string = ...

The secret for signing and validating JWT.

Const NATS_CLUSTER_ID

NATS_CLUSTER_ID: undefined | string = ...

The name of the cluster, that contains this and the other microservices.

Const NATS_GROUP

NATS_GROUP: undefined | string = ...

The name of the pod group / kubernetes deployment.

Const NATS_URL

NATS_URL: undefined | string = ...

The URL to the NATS server.

Const POD_NAME

POD_NAME: undefined | string = ...

The name of the POD, which is used as client ID for NATS, e.g.

Generated using TypeDoc