Skip to content

Commit f9cc9e5

Browse files
committed
Don't print the generated cert while generating the query builder
1 parent e935729 commit f9cc9e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ ENV NODE_ENV=development \
6666
GEL_SERVER_SECURITY=insecure_dev_mode \
6767
# Don't start/host the db server, just bootstrap & quit.
6868
GEL_SERVER_BOOTSTRAP_ONLY=1 \
69+
# No need to print temporary generated cert, just clutters log
70+
GEL_DOCKER_SHOW_GENERATED_CERT=never \
6971
# Don't flood log with cache debug messages
7072
VERBOSE_YARN_LOG=discard
7173

0 commit comments

Comments
 (0)