From bb751163ba688e0a549c41da6b4a032204adda51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 11 Jan 2026 17:46:56 +0100 Subject: [PATCH] chore: add comment to dev compose file --- compose.yaml | 2 ++ mise.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"