Renamed pixelfed parameter

This commit is contained in:
2025-08-27 18:11:31 +02:00
parent 06baa4b03a
commit 6e1e1ad5c5
3 changed files with 15 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
APP_KEY={{applications | get_app_conf(application_id, 'credentials.app_key', True)}}
## General Settings
APP_NAME="{{ pixelfed_titel }}"
APP_NAME="{{ PIXELFED_TITEL }}"
APP_ENV={{ ENVIRONMENT | lower }}
APP_DEBUG={{MODE_DEBUG | string | lower }}
APP_URL={{ domains | get_url(application_id, WEB_PROTOCOL) }}