mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-03-03 00:37:00 +00:00
chore: add comment to dev compose file
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# This compose file is for development and testing purposes only. See README for production deployment instructions.
|
||||||
|
|
||||||
services:
|
services:
|
||||||
convertx:
|
convertx:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
bun = "1.2.2"
|
bun = "1.2.2"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!"
|
JWT_SECRET = "aLongAndSecretStringUsedToSignTheJSONWebToken1234"
|
||||||
FFMPEG_OUTPUT_ARGS = "-preset veryfast -threads 2"
|
FFMPEG_OUTPUT_ARGS = "-preset veryfast -threads 2"
|
||||||
|
|||||||
Reference in New Issue
Block a user