Skip to content

Commit

Permalink
Merge pull request #163 from ljlm0402/development
Browse files Browse the repository at this point in the history
🌼 Update Version - v.9.1.1
  • Loading branch information
ljlm0402 authored Apr 15, 2022
2 parents a7cc6d0 + a230491 commit f4d5c8a
Show file tree
Hide file tree
Showing 30 changed files with 15 additions and 74 deletions.
5 changes: 0 additions & 5 deletions lib/default/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
3 changes: 0 additions & 3 deletions lib/default/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ definitions:
- email
- password
properties:
id:
type: integer
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 5432
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 5432
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/knex/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 3306
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/knex/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 3306
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/knex/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
3 changes: 0 additions & 3 deletions lib/knex/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ definitions:
- email
- password
properties:
id:
type: integer
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoose/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORT = 3000
# DATABASE
DB_HOST = localhost
DB_PORT = 27017
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoose/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORT = 3000
# DATABASE
DB_HOST = localhost
DB_PORT = 27017
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/mongoose/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
2 changes: 0 additions & 2 deletions lib/mongoose/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ definitions:
- email
- password
properties:
id:
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion lib/prisma/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PORT = 3000

# DATABASE
DATABASE_URL= mysql://root:password@localhost:3306/test
DATABASE_URL= mysql://root:password@localhost:3306/dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/prisma/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PORT = 3000

# DATABASE
DATABASE_URL= mysql://root:password@localhost:3306/test
DATABASE_URL= mysql://root:password@localhost:3306/prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/prisma/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
3 changes: 0 additions & 3 deletions lib/prisma/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ definitions:
- email
- password
properties:
id:
type: integer
description: user Id
email:
type: string
description: user Email
Expand Down
5 changes: 0 additions & 5 deletions lib/routing-controllers/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
2 changes: 1 addition & 1 deletion lib/sequelize/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 3306
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/sequelize/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 3306
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/sequelize/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
3 changes: 0 additions & 3 deletions lib/sequelize/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ definitions:
- email
- password
properties:
id:
type: integer
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion lib/typegoose/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORT = 3000
# DATABASE
DB_HOST = localhost
DB_PORT = 27017
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/typegoose/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORT = 3000
# DATABASE
DB_HOST = localhost
DB_PORT = 27017
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/typegoose/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
2 changes: 0 additions & 2 deletions lib/typegoose/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ definitions:
- email
- password
properties:
id:
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion lib/typeorm/.env.development.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 5432
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = dev

# TOKEN
SECRET_KEY = secretKey
Expand Down
2 changes: 1 addition & 1 deletion lib/typeorm/.env.production.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_HOST = localhost
DB_PORT = 5432
DB_USER = root
DB_PASSWORD = password
DB_DATABASE = test
DB_DATABASE = prod

# TOKEN
SECRET_KEY = secretKey
Expand Down
5 changes: 0 additions & 5 deletions lib/typeorm/src/http/auth.http
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ Content-Type: application/json
# User Logout
POST {{ baseURL }}/logout
Content-Type: application/json

{
"email": "[email protected]",
"password": "password"
}
3 changes: 0 additions & 3 deletions lib/typeorm/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ definitions:
- email
- password
properties:
id:
type: integer
description: user Id
email:
type: string
description: user Email
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-express-starter",
"version": "9.1.0",
"version": "9.1.1",
"description": "Quick and Easy TypeScript Express Starter",
"author": "AGUMON <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f4d5c8a

Please sign in to comment.