Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

sugo-code/auth-api

Repository files navigation

auth-api

Api used for authentication and issuing tokens

Environment variables

PORT : app port (eg. 3000)

MONGO_URI : mongo connection string (eg. mongodb://root:example@localhost:27017)
MONGO_DB : database name (eg. db)

JWT_SECRET : jow token secret (eg. secret)

RABBITMQ_URL : rabbitmq connection string (eg. amqp:\\localhost)