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
6e6a49096a
commit
37266ff3cf
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@ APP_URL=http://localhost
|
|||
|
||||
ADMIN_DOMAIN="localhost"
|
||||
APP_DOMAIN="localhost"
|
||||
SESSION_DOMAIN="localhost"
|
||||
SESSION_SECURE_COOKIE=true
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
|
@ -35,8 +37,6 @@ MAIL_ENCRYPTION=null
|
|||
MAIL_FROM_ADDRESS="pixelfed@example.com"
|
||||
MAIL_FROM_NAME="Pixelfed"
|
||||
|
||||
SESSION_DOMAIN="${APP_DOMAIN}"
|
||||
SESSION_SECURE_COOKIE=true
|
||||
API_BASE="/api/1/"
|
||||
API_SEARCH="/api/search"
|
||||
|
||||
|
|
Loading…
Reference in a new issue