-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Use SQLite for development env (#1462)
- Loading branch information
1 parent
74ef970
commit 3f84d68
Showing
2 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,17 +19,18 @@ LOG_STACK=single | |
LOG_DEPRECATIONS_CHANNEL=null | ||
LOG_LEVEL=debug | ||
|
||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=speedtest_tracker | ||
DB_USERNAME= | ||
DB_PASSWORD= | ||
DB_CONNECTION=sqlite | ||
# DB_HOST=127.0.0.1 | ||
# DB_PORT=3306 | ||
# DB_DATABASE=speedtest_tracker | ||
# DB_USERNAME= | ||
# DB_PASSWORD= | ||
|
||
BROADCAST_CONNECTION=log | ||
CACHE_STORE=database | ||
FILESYSTEM_DISK=local | ||
QUEUE_CONNECTION=database | ||
|
||
SESSION_DRIVER=database | ||
SESSION_LIFETIME=120 | ||
SESSION_ENCRYPT=false | ||
|
@@ -44,5 +45,3 @@ MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null | ||
MAIL_FROM_ADDRESS="[email protected]" | ||
MAIL_FROM_NAME="Speedtest Tracker" | ||
|
||
TELEGRAM_BOT_TOKEN=null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters