mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update installation.rst
This commit is contained in:
parent
8781f2f7bd
commit
330894b281
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ This will create a new Symfony project in the ``acme`` directory. Next, move to
|
|||
|
||||
$ cd acme
|
||||
|
||||
Sylius uses enviornment variables to configurethe connection with database and mailer services.
|
||||
Sylius uses environment variables to configure the connection with database and mailer services.
|
||||
You can look up the default values in ``.env`` file and customise them by creating ``.env.local`` with variables you want to override.
|
||||
For example, if you want to change your database name from the default ``sylius_%kernel.environment`` to ``my_custom_sylius_database``,
|
||||
the contents of that new file should look like the following snippet:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue