From 61fe8f12159f92d51174e7a9e6dad4cedb692dc7 Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Sat, 25 Oct 2025 19:20:31 +0200 Subject: [PATCH] Add environment variables for HASHIDS configuration This fixes the databases not loading on server(500) --- templates/compose/pterodactyl-with-wings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/compose/pterodactyl-with-wings.yaml b/templates/compose/pterodactyl-with-wings.yaml index 5286dc9b7..d332dac1b 100644 --- a/templates/compose/pterodactyl-with-wings.yaml +++ b/templates/compose/pterodactyl-with-wings.yaml @@ -77,6 +77,8 @@ services: timeout: 1s retries: 3 environment: + - HASHIDS_SALT=$SERVICE_PASSWORD_HASHIDS + - HASHIDS_LENGTH=8 - SERVICE_URL_PTERODACTYL_80 - 'ADMIN_EMAIL=${ADMIN_EMAIL:-admin@example.com}' - 'ADMIN_USERNAME=${SERVICE_USER_ADMIN}'