We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbec3f9 commit 0019983Copy full SHA for 0019983
1 file changed
.env.development
@@ -1,3 +1,6 @@
1
+PROJ_NAME=mock
2
+PROJ_FQDN=mock.local
3
+
4
POSTGRES_USER=postgres
5
POSTGRES_PASSWORD=postgres
6
PGADMIN_DEFAULT_PASSWORD=postgres
@@ -11,4 +14,4 @@ FLUENTD_PORT=24224
11
14
REDIS_HOST=redis
12
15
REDIS_PORT=6379
13
16
-CSRF_SECRET=asecretthatmustbeset
17
+CSRF_SECRET=asecretthatmustbeset
0 commit comments