Skip to content

Commit

Permalink
fix: update base env
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash committed Jan 7, 2024
1 parent 1c89db7 commit d9dd5da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samagra-x/schematics",
"version": "0.0.4",
"version": "0.0.5",
"description": "schematics for stencil applcations",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions src/lib/application/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
DATABASE_TYPE=postgres
DATABASE_HOST=postgres
DATABASE_PORT=7000
DATABASE_PORT=9898
DATABASE_USERNAME=root
DATABASE_PASSWORD=secret
DATABASE_NAME=api
Expand Down Expand Up @@ -132,8 +132,8 @@ TWITTER_CONSUMER_SECRET=
WORKER_HOST=redis://redis:6379/1
DATABASE_URL="postgresql://root:secret@localhost:5432/api"
SHADOW_DATABASE_URL="postgresql://root:secret@localhost:5432/shadow"
DATABASE_URL="postgresql://root:secret@localhost:9898/api"
SHADOW_DATABASE_URL="postgresql://root:secret@localhost:7001/shadow"
FUSIONAUTH_APPLICATION_ID="f0ddb3f6-091b-45e4-8c0f-889f89d4f5da"
FUSIONAUTH_SAMARTH_HP_APPLICATION_ID=f18c3f6f-45b8-4928-b978-a9906fd03f22
Expand Down
4 changes: 2 additions & 2 deletions src/lib/application/files/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@samagra-x/stencil-cli": "0.0.4",
"@samagra-x/schematics": "0.0.4",
"@samagra-x/stencil-cli": "0.0.5",
"@samagra-x/schematics": "0.0.5",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
Expand Down

0 comments on commit d9dd5da

Please sign in to comment.