Skip to content

Commit ef137a0

Browse files
committed
Adding .gitignore
1 parent e83912e commit ef137a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
- QUX_JWT_PASSWORD=some-long-string-of-mix-case-chars-and-nums # you should change this to a real JWT secret
3737
- QUX_IMAGE_FOLDER_USER=/qux-images # just a folder name, change if you like
3838
- QUX_IMAGE_FOLDER_APPS=/qux-image-apps # just a folder name, change if you like
39+
- QUX_DEBUG=false # valid values are true or false
3940
- TZ=America/Chicago # change to your timezone
4041
depends_on:
4142
- mongo

0 commit comments

Comments
 (0)