forked from mautic/mautic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
445a09d
commit 3b0277f
Showing
3,156 changed files
with
145,389 additions
and
74,768 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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 |
---|---|---|
|
@@ -15,9 +15,4 @@ $parameters = [ | |
'admin_email' => '[email protected]', | ||
'admin_password' => 'mautic', | ||
'install_source' => 'DDEV', | ||
'mailer_from_name' => 'DDEV', | ||
'mailer_from_email' => '[email protected]', | ||
'mailer_transport' => 'smtp', | ||
'mailer_host' => 'localhost', | ||
'mailer_port' => '1025', | ||
]; |
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 |
---|---|---|
|
@@ -12,7 +12,9 @@ setup_mautic() { | |
cp ./.env.dist ./.env | ||
|
||
printf "Installing Mautic...\n" | ||
php bin/console mautic:install "${MAUTIC_URL}" | ||
php bin/console mautic:install "${MAUTIC_URL}" \ | ||
--mailer_from_name="DDEV" --mailer_from_email="[email protected]" \ | ||
--mailer_transport="smtp" --mailer_host="localhost" --mailer_port="1025" | ||
php bin/console cache:warmup --no-interaction --env=dev | ||
|
||
printf "Enabling plugins...\n" | ||
|
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.