Skip to content

Commit

Permalink
Change default .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
schinken committed Feb 16, 2019
1 parent be7fd72 commit ae726c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APP_SECRET=afcb8ed6bf80cf0d8d9196390e06a408
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
DATABASE_URL="mysql://strichliste:32YourPassWord42@localhost/strichliste"
###< doctrine/doctrine-bundle ###

###> nelmio/cors-bundle ###
Expand Down

0 comments on commit ae726c2

Please sign in to comment.