rename
This commit is contained in:
parent
9e4d10c1ec
commit
e41e5eb453
@ -1,5 +1,5 @@
|
||||
# Docker
|
||||
PROJECT_NAME="app"
|
||||
PROJECT_NAME="hermes"
|
||||
|
||||
# Database
|
||||
DB_PORT=5432
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# NestJS Starter
|
||||
# Hermes
|
||||
|
||||
A NestJS starter template with authentication, user management, email service, and database setup.
|
||||
Backend service with authentication, user management, email service, and database setup.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nestjs-starter",
|
||||
"name": "hermes",
|
||||
"version": "0.0.1",
|
||||
"description": "NestJS starter with auth, users, mail, and database",
|
||||
"description": "Hermes — backend service with auth, users, mail, and database",
|
||||
"author": "",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
|
||||
@ -29,8 +29,8 @@ async function bootstrap() {
|
||||
});
|
||||
|
||||
const docsConfig = new DocumentBuilder()
|
||||
.setTitle('API')
|
||||
.setDescription('API Documentation')
|
||||
.setTitle('Hermes API')
|
||||
.setDescription('Hermes API Documentation')
|
||||
.setVersion('1.0')
|
||||
.addBearerAuth()
|
||||
.build();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user