Skip to content

Commit 52713e3

Browse files
committed
Fix docker smoke test secret strength
1 parent 785e504 commit 52713e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ task :test do
6161
'-p 4000:4000',
6262
'--env PUMA_LOG_CONFIG=1',
6363
'--env HEALTH_CHECK_TOKEN=CHANGE_ME_HEALTH_CHECK_TOKEN',
64-
'--env HTML2RSS_SECRET_KEY=CHANGE_ME_SMOKE_TEST_SECRET_KEY',
64+
'--env HTML2RSS_SECRET_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef',
6565
"--env AUTO_SOURCE_ENABLED=#{smoke_auto_source_enabled}",
6666
"--mount type=bind,source=#{current_dir}/config,target=/app/config",
6767
'--name html2rss-web-test',

0 commit comments

Comments
 (0)