chore: add comment to dev compose file
This commit is contained in:
parent
c3f17cc5a7
commit
bb751163ba
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# This compose file is for development and testing purposes only. See README for production deployment instructions.
|
||||
|
||||
services:
|
||||
convertx:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
bun = "1.2.2"
|
||||
|
||||
[env]
|
||||
JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!"
|
||||
JWT_SECRET = "aLongAndSecretStringUsedToSignTheJSONWebToken1234"
|
||||
FFMPEG_OUTPUT_ARGS = "-preset veryfast -threads 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue