Skip to content

Commit

Permalink
Merge pull request #30 from octoposprime/feat/smnr/10/adding-postgras…
Browse files Browse the repository at this point in the history
…-database

Update .env and Remove PostgreSQL Config from YML Files
  • Loading branch information
Sddilora authored Mar 26, 2024
2 parents 094b4f7 + a68f831 commit 5a7ca9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op
POSTGRES_DATABASE=op
```

#### Local Run
Expand Down
1 change: 0 additions & 1 deletion config/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ postgresdb:
enabled: true
host: "op"
port: "5432"
database: "op"
2 changes: 1 addition & 1 deletion config/postgres_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ postgresdb:
enabled: true
host: "localhost"
port: "5432"
database: "optest"

1 change: 0 additions & 1 deletion config/postgres_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ postgresdb:
enabled: true
host: "postgres.default.svc.cluster.local"
port: "5432"
database: "optest"

0 comments on commit 5a7ca9d

Please sign in to comment.