From 757e6d630044e4789cbffc4f8b6b9da9b3c823e1 Mon Sep 17 00:00:00 2001 From: PhilippHofer Date: Fri, 21 Jul 2023 09:01:32 +0000 Subject: [PATCH] add key from https://api.rocket.rs/master/rocket/config/struct.SecretKey.html for the sake of being able to do integration tests --- Rocket.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocket.toml b/Rocket.toml index f52a93b..5938561 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,3 +1,3 @@ [default] -secret_key = "secret-key-for-ci" +secret_key = "hPrYyЭRiMyµ5sBB1π+CMæ1køFsåqKvBiQJxBVHQk=" rss_key = "rss-key-for-ci"