Skip to content

Commit

Permalink
Added DB_DSN to config
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Mar 9, 2020
1 parent f9880f9 commit 28c6d48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
ENVIRONMENT="dev"
SECURITY_KEY=""

DB_DSN="mysql:host=127.0.0.1;port=3306;dbname=database;"

DB_USER=""
DB_PASSWORD=""
DB_DATABASE=""
DB_DRIVER="mysql"
DB_SERVER="localhost"
DB_SCHEMA="public"
DB_TABLE_PREFIX=""
DB_PORT="3306"

SITE_URL="http://website.local/"
PUBLIC_FOLDER="web"
Expand Down

0 comments on commit 28c6d48

Please sign in to comment.