We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6070ba5 commit d24a245Copy full SHA for d24a245
.env.default
@@ -1,2 +1,8 @@
1
+### APP ########################################################################
2
DATABASE_URL="postgres://Dandoh:dandoh@127.0.0.1:5432/webhaskell?sslmode=disable"
3
JWT_SECRET="my_jwt_secret"
4
+
5
+### PostgreSQL #################################################################
6
+POSTGRES_PASSWORD="dandoh"
7
+POSTGRES_USER="Dandoh"
8
+POSTGRES_DB="webhaskell"
0 commit comments