mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
6c4f7b962b
This better matches how Pony.fm is deployed in production and avoids issues with the database being reconnected in the middle of a database transaction.
28 lines
457 B
Text
28 lines
457 B
Text
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_URL=http://ponyfm-dev.poni/
|
|
APP_KEY=SomeRandomString
|
|
|
|
DB_HOST=localhost
|
|
DB_DATABASE=homestead
|
|
DB_USERNAME=homestead
|
|
DB_PASSWORD=secret
|
|
|
|
ELASTICSEARCH_HOSTS=localhost
|
|
|
|
SESSION_HTTPS_ONLY=false
|
|
QUEUE_DRIVER=beanstalkd
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
|
|
PONI_CLIENT_ID=null
|
|
PONI_CLIENT_SECRET=null
|
|
|
|
PONYFM_DATASTORE=null
|
|
|
|
GOOGLE_ANALYTICS_ID=null
|