Skip to content

Commit

Permalink
0.3.0 #65
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
raymondanythings authored Jan 8, 2024
2 parents 375716e + 1fef4c2 commit bb112a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shinnyang",
"version": "0.2.9",
"version": "0.3.0",
"description": "",
"author": {
"name": "Medici",
Expand Down
2 changes: 1 addition & 1 deletion src/database/database.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { TypeOrmModule } from '@nestjs/typeorm';
database: process.env.DB_NAME, //process.env.DB_NAME, // process.env.DB_NAME,
synchronize: process.env.NODE_ENV !== 'production',
schema:
process.env.NODE_ENV !== 'production'
process.env.NODE_ENV === 'production'
? 'public'
: process.env.KUBE_ENV ?? 'development',
logging: process.env.NODE_ENV !== 'production',
Expand Down

0 comments on commit bb112a4

Please sign in to comment.