Skip to content

Commit f162931

Browse files
committed
minor #1014 Use HTTPS and fix a url (Arman-Hosseini)
This PR was merged into the master branch. Discussion ---------- Use HTTPS and fix a url Commits ------- a8231b6 Use HTTPS and fix a url
2 parents fa1304b + a8231b6 commit f162931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
99
###< symfony/framework-bundle ###
1010

1111
###> doctrine/doctrine-bundle ###
12-
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
12+
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
1313
# For a MySQL database, use: "mysql://db_user:[email protected]:3306/db_name"
1414
# Configure your db driver and server_version in config/packages/doctrine.yaml
1515
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database.sqlite

0 commit comments

Comments
 (0)