From c9b11a4a29359c99b97e1a15db1c1e64009e2f83 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Sat, 6 Jan 2024 14:13:16 +0000 Subject: [PATCH] remove testing key --- contrib/docker-compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker-compose/.env b/contrib/docker-compose/.env index 0fce42611..c9e235533 100644 --- a/contrib/docker-compose/.env +++ b/contrib/docker-compose/.env @@ -36,7 +36,7 @@ DOCKER_APPLY_NEW_MIGRATIONS_AUTOMATICALLY="0" # Please do this before deploying an application! # # See: https://docs.pixelfed.org/technical-documentation/config/#app_key -APP_KEY=base64:jL9zmd7/HBCssyNf9HpbuyqQB/KN/8Ew7A7GkogF1uc= +APP_KEY= # See: https://docs.pixelfed.org/technical-documentation/config/#app_name-1 APP_NAME="Pixelfed Prod"