Skip to content

Commit

Permalink
FIXUP: add load env script and .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
skgndi12 committed Oct 24, 2023
1 parent 78a84bc commit cb66f2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
DATABASE_URL=postgresql://mrc-client:Client123!@localhost:5432/mrc
POSTGRESQL_PASSWORD=Client123!
DATABASE_URL='postgresql://mrc-client:Client123!@localhost:5432/mrc'
POSTGRESQL_PORT=5435
POSTGRESQL_PASSWORD='Client123!'
POSTGRESQL_POSTGRES_PASSWORD='Admin123!'

0 comments on commit cb66f2d

Please sign in to comment.