missing
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_KEY=base64:yB6jLcE/vN6cDj9scHuaGGaFmbQ1Mp1LsVpfRlAjWaA=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=homestead
|
||||
DB_USERNAME=homestead
|
||||
DB_PASSWORD=secret
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
QUEUE_CONNECTION=sync
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
|
||||
PUSHER_APP_ID=
|
||||
PUSHER_APP_KEY=
|
||||
PUSHER_APP_SECRET=
|
||||
PUSHER_APP_CLUSTER=mt1
|
||||
|
||||
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
||||
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||
@@ -14,7 +14,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/media.queries.css" />
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/tipsy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="javascripts/fancybox/jquery.fancybox-1.3.4.css" />
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Quicksand:400,700,300">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Quicksand:400,700,300">
|
||||
|
||||
<!-- Javascripts -->
|
||||
<script type="text/javascript" src="javascripts/jquery-1.7.1.min.js"></script>
|
||||
@@ -144,7 +144,7 @@
|
||||
</div>
|
||||
|
||||
<div class="foreground iphone-white">
|
||||
<iframe src="http://player.vimeo.com/video/40738306?title=0&byline=0&portrait=0" width="230" height="345" frameborder="0"></iframe>
|
||||
<iframe src="https://player.vimeo.com/video/40738306?title=0&byline=0&portrait=0" width="230" height="345" frameborder="0"></iframe>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -176,7 +176,7 @@
|
||||
<div class="slide">
|
||||
|
||||
<div class="background ipad-black">
|
||||
<iframe src="http://player.vimeo.com/video/40603475?title=0&byline=0&portrait=0" width="352" height="468" frameborder="0"></iframe>
|
||||
<iframe src="https://player.vimeo.com/video/40603475?title=0&byline=0&portrait=0" width="352" height="468" frameborder="0"></iframe>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user