mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix .env
This commit is contained in:
parent
a459729bf6
commit
27b47824e3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MAX_CAPTION_LENGTH="500"
|
||||||
MAX_ALBUM_LENGTH="4"
|
MAX_ALBUM_LENGTH="4"
|
||||||
|
|
||||||
# Instance URL Configuration
|
# Instance URL Configuration
|
||||||
APP_URL="https://__DOMAIN__
|
APP_URL=https://__DOMAIN__
|
||||||
APP_DOMAIN="__DOMAIN__"
|
APP_DOMAIN="__DOMAIN__"
|
||||||
ADMIN_DOMAIN="__DOMAIN__"
|
ADMIN_DOMAIN="__DOMAIN__"
|
||||||
SESSION_DOMAIN="${APP_DOMAIN}"
|
SESSION_DOMAIN="${APP_DOMAIN}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue