We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c1c65 commit 1e5a80eCopy full SHA for 1e5a80e
.env-example
@@ -1,11 +1,12 @@
1
# .env
2
ENVIRONMENT=Production
3
4
-# SQL Server Connection
5
-SQL_SERVER=mssql
6
-SQL_DATABASE=Contacts
7
-SQL_USER=sa
8
-SQL_PASSWORD=PasYourPassword123
+# PostgreSQL Connection
+POSTGRES_HOST=postgres
+POSTGRES_PORT=5432
+POSTGRES_DB=Contacts
+POSTGRES_USER=sa
9
+POSTGRES_PASSWORD=PasYourPassword123
10
11
# JWT Settings
12
JWT_SECRET=THIS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING
0 commit comments