|
@@ -1,6 +1,6 @@
|
|
|
APP_NAME="PixelFed Test"
|
|
|
APP_ENV=local
|
|
|
-APP_KEY=
|
|
|
+APP_KEY=base64:<32-character-base64>
|
|
|
APP_DEBUG=true
|
|
|
APP_URL=http://localhost
|
|
|
|
|
@@ -54,8 +54,6 @@ MIX_APP_URL="${APP_URL}"
|
|
|
MIX_API_BASE="${API_BASE}"
|
|
|
MIX_API_SEARCH="${API_SEARCH}"
|
|
|
|
|
|
-HORIZON_DARKMODE=true
|
|
|
-
|
|
|
ACTIVITY_PUB=false
|
|
|
REMOTE_FOLLOW=false
|
|
|
ACTIVITYPUB_INBOX=false
|
|
@@ -70,3 +68,7 @@ ACTIVITYPUB_SHAREDINBOX=false
|
|
|
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
|
|
|
CS_CW_DOMAINS='example.org,example.net,example.com'
|
|
|
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
|
|
+
|
|
|
+
|
|
|
+## Optional
|
|
|
+HORIZON_DARKMODE=true # Horizon theme darkmode
|