Skip to content

Commit c20d1b4

Browse files
committed
fix: app name .env
1 parent e5b3d51 commit c20d1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_KEY_REDIS=api_example_express
2-
APP_NAME=Api Express
2+
APP_NAME=Express Sequelize TS
33
PORT=8000
44

55
AXIOS_TIMEOUT=

src/utils/GenerateDocs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = function generateDocs(app) {
111111
},
112112
},
113113
info: {
114-
title: `${APP_NAME} Documentation`,
114+
title: `Api ${APP_NAME} Documentation`,
115115
version: '1.0.0',
116116
},
117117
paths: docsSources,

0 commit comments

Comments
 (0)