diff --git a/compose.yaml b/compose.yaml index 5b26ff8..2af5058 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,3 +1,5 @@ +# This compose file is for development and testing purposes only. See README for production deployment instructions. + services: convertx: build: diff --git a/mise.toml b/mise.toml index aa28d4b..7a64ecd 100644 --- a/mise.toml +++ b/mise.toml @@ -2,5 +2,5 @@ bun = "1.2.2" [env] -JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!" +JWT_SECRET = "aLongAndSecretStringUsedToSignTheJSONWebToken1234" FFMPEG_OUTPUT_ARGS = "-preset veryfast -threads 2"