We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692b535 commit 5ca571cCopy full SHA for 5ca571c
.env
@@ -0,0 +1,10 @@
1
+# env was published especially for you
2
+
3
+# If you want strat local develop - choice everywhere *Local*, if wont start project in Docker - choice *Docker*
4
5
+DB_NAME=gma_task
6
+DB_USER=postgres
7
+DB_PASSWORD=admin
8
+DB_HOST=db # Docker
9
+# DB_HOST=localhost # Local
10
+DB_PORT=5432
0 commit comments