kopia lustrzana https://github.com/pixelfed/pixelfed
Update .env.example
rodzic
d2e977741b
commit
9e497142f3
|
@ -1,6 +1,6 @@
|
||||||
APP_NAME="PixelFed Test"
|
APP_NAME="PixelFed Test"
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_KEY=
|
APP_KEY=base64:<32-character-base64>
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
@ -54,8 +54,6 @@ MIX_APP_URL="${APP_URL}"
|
||||||
MIX_API_BASE="${API_BASE}"
|
MIX_API_BASE="${API_BASE}"
|
||||||
MIX_API_SEARCH="${API_SEARCH}"
|
MIX_API_SEARCH="${API_SEARCH}"
|
||||||
|
|
||||||
HORIZON_DARKMODE=true
|
|
||||||
|
|
||||||
ACTIVITY_PUB=false
|
ACTIVITY_PUB=false
|
||||||
REMOTE_FOLLOW=false
|
REMOTE_FOLLOW=false
|
||||||
ACTIVITYPUB_INBOX=false
|
ACTIVITYPUB_INBOX=false
|
||||||
|
@ -70,3 +68,7 @@ ACTIVITYPUB_SHAREDINBOX=false
|
||||||
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
|
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
|
||||||
CS_CW_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'
|
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
||||||
|
|
||||||
|
|
||||||
|
## Optional
|
||||||
|
HORIZON_DARKMODE=true # Horizon theme darkmode
|
||||||
|
|
Ładowanie…
Reference in New Issue