mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update .env.example
This commit is contained in:
parent
d2e977741b
commit
9e497142f3
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue