Solved pixelfed bugs

This commit is contained in:
2025-07-20 15:43:48 +02:00
parent 8ea86d2bd7
commit 4cbd29735f
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
APP_KEY={{applications | get_app_conf(application_id, 'credentials.app_key', True)}}
## General Settings
APP_NAME="{{applications.pixelfed.titel}}"
APP_NAME="{{ pixelfed_titel }}"
APP_ENV={{ CYMAIS_ENVIRONMENT | lower }}
APP_DEBUG={{enable_debug | string | lower }}
APP_URL={{ domains | get_url(application_id, web_protocol) }}