mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
b9d7d74882
Previously the README.md was sparse, including no intructions on setting up PixelFed. This could be progibitive for attracting new contributors. I have updated the README and based the install instructions on https://gist.github.com/dansup/999de4577f864d1822d226b9ddd62ca0. Closes https://github.com/dansup/pixelfed/issues/18
48 lines
814 B
Text
48 lines
814 B
Text
APP_NAME=PixelFed Test
|
|
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
|
|
ADMIN_DOMAIN="localhost"
|
|
APP_DOMAIN="localhost"
|
|
|
|
LOG_CHANNEL=stack
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
|
|
BROADCAST_DRIVER=log
|
|
CACHE_DRIVER=redis
|
|
SESSION_DRIVER=redis
|
|
SESSION_LIFETIME=120
|
|
QUEUE_DRIVER=redis
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
MAIL_DRIVER=log
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
|
|
SESSION_DOMAIN=localhost
|
|
SESSION_SECURE_COOKIE=true
|
|
API_BASE="/api/1/"
|
|
API_SEARCH="/api/search"
|
|
|
|
OPEN_REGISTRATION=true
|
|
|
|
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
|
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
|
MIX_APP_URL="${APP_URL}"
|
|
MIX_API_BASE="${API_BASE}"
|
|
MIX_API_SEARCH="${API_SEARCH}"
|