1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #219 from YunoHost-Apps/Tagadda-patch-1

Fix .env
This commit is contained in:
Tagada 2023-05-29 22:31:23 +02:00 committed by GitHub
commit ebe6680ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ MAX_CAPTION_LENGTH="500"
MAX_ALBUM_LENGTH="4"
# Instance URL Configuration
APP_URL="https://__DOMAIN__
APP_URL=https://__DOMAIN__
APP_DOMAIN="__DOMAIN__"
ADMIN_DOMAIN="__DOMAIN__"
SESSION_DOMAIN="${APP_DOMAIN}"