Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add config as comments when you use Nginx and PHP-FPM
  • Loading branch information
kenjis committed Jul 23, 2022
commit f5dbef7f672adbee82802f9eec6eb415898da691
2 changes: 2 additions & 0 deletions src/Template/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ See https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker

```
database.default.hostname = localhost
#database.default.hostname = mysql
database.default.database = test
database.default.username = mysql
database.default.password = mysql
Expand All @@ -94,6 +95,7 @@ database.default.port = 3306
```
email.protocol = smtp
email.SMTPHost = localhost
#email.SMTPHost = mailhog
email.SMTPPort = 1025
email.SMTPCrypto =
email.fromEmail = [email protected]
Expand Down