Pony.fm/resources/environments/.env.example

29 lines
451 B
Text
Raw Normal View History

2015-08-30 13:22:00 +02:00
APP_ENV=local
APP_DEBUG=true
APP_URL=http://ponyfm-dev.poni/
2015-08-30 13:22:00 +02:00
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
ELASTICSEARCH_HOSTS=localhost
SESSION_HTTPS_ONLY=false
2015-08-30 13:22:00 +02:00
QUEUE_DRIVER=sync
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