Skip to content

Pampaka/configer

Repository files navigation

Configer

(Project of my acquaintance with NestJS and TypeScript)


Configuration server for systems


ENV for start server:

APP_PORT=5000
NODE_ENV=production

FRONT_URL=http://localhost:3000

DB_NAME=configer
DB_USER=configer
DB_PASSWORD=6aa26d02-14b2-4158-8028-22da1f59b07c
DB_HOST=postgres
DB_PORT=5431

JWT_KEY=secret-key

CONFIGER_USER=admin
CONFIGER_PASS=admin

About

Configuration server for systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published