Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
config for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
marky291 committed Jun 26, 2018
1 parent d6e3748 commit df1291a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
APP_NAME=Laravel
APP_NAME=XileRO
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_DEBUG=false
APP_URL=https://conversion.xilero.net/

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=xilero_os
DB_DATABASE=ragnarok
DB_USERNAME=root
DB_PASSWORD=

BG_HOST=127.0.0.1
BG_DATABASE=xilero_bg
BG_DATABASE=ragnarok
BG_USERNAME=root
BG_PASSWORD=
DB_PORT=3306
BG_DB_PORT=3306

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
QUEUE_DRIVER=database

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
Expand Down
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'database' => env('BG_DATABASE', 'xilero'),
'username' => env('BG_USERNAME', 'root'),
'password' => env('BG_PASSWORD', ''),
'port' => env('DB_PORT', '3306'),
'port' => env('BG_DB_PORT', '3306'),
],

'sqlite' => [
Expand Down

0 comments on commit df1291a

Please sign in to comment.