Skip to content

Commit 1e5a80e

Browse files
authored
Update .env-example
1 parent 19c1c65 commit 1e5a80e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.env-example

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# .env
22
ENVIRONMENT=Production
33

4-
# SQL Server Connection
5-
SQL_SERVER=mssql
6-
SQL_DATABASE=Contacts
7-
SQL_USER=sa
8-
SQL_PASSWORD=PasYourPassword123
4+
# PostgreSQL Connection
5+
POSTGRES_HOST=postgres
6+
POSTGRES_PORT=5432
7+
POSTGRES_DB=Contacts
8+
POSTGRES_USER=sa
9+
POSTGRES_PASSWORD=PasYourPassword123
910

1011
# JWT Settings
1112
JWT_SECRET=THIS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING

0 commit comments

Comments
 (0)