1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-11 02:41:07 +00:00
Files
assets
client
new_public
public
server
site
client
public
server
app
bootstrap
config
database
storage
tests
.env.example
artisan
composer.json
phpspec.yml
phpunit.xml
server.php
test
.gitignore
Config.example..js
gulpfile.js
package.json
not-gwent-online/site/server/.env.example
2015-06-19 18:50:05 +02:00

19 lines
306 B
Plaintext
Executable File

APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null