Skip to content

Commit

Permalink
feat: basic default dev/test/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rv2931 committed Feb 29, 2024
1 parent fc9a323 commit 23e21f3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
POSTGRES_USER=bloom-dev
POSTGRES_PASSWORD=bloom-dev
POSTGRES_DB=bloom_dev
EXPOSED_POSTGRES_PORT=25432
POSTGRES_USER=bloomdev

PGADMIN_DEFAULT_EMAIL=[email protected]
PGADMIN_DEFAULT_PASSWORD=dev

PGADMIN_PORT=25080
5 changes: 5 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
POSTGRES_USER=bloom-prod
POSTGRES_PASSWORD=bloom-prod
POSTGRES_DB=bloom_prod

PGADMIN_DEFAULT_EMAIL=[email protected]
PGADMIN_DEFAULT_PASSWORD=prod
10 changes: 9 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
POSTGRES_PORT=15432
POSTGRES_USER=bloom-test
POSTGRES_PASSWORD=bloom-test
POSTGRES_DB=bloom_test
EXPOSED_POSTGRES_PORT=15432

PGADMIN_DEFAULT_EMAIL=[email protected]
PGADMIN_DEFAULT_PASSWORD=test

PGADMIN_PORT=15080

0 comments on commit 23e21f3

Please sign in to comment.