Skip to content

Commit 2b58ef7

Browse files
committed
refine the README.md
1 parent 92213f0 commit 2b58ef7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ $ docker run --name silverpeas-test -p 8080:8000 -d \
6161
In the case you wish to set some specific configuration parameters in the global Silverpeas configuration file `config.properties`, set them into a `custom_config.properties` configuration file on the host and then mount it as `/opt/silverpeas/configuration/custom_config.properties` in the container.
6262
For example, to set the SMTP properties to receive email notifications, in a `custom_config.properties` file:
6363
```
64-
SILVERPEAS_USER_LANGUAGE=en
65-
SILVERPEAS_CONTENT_LANGUAGES=en fr
66-
6764
SMTP_SERVER=smtp.googlemail.com
6865
SMTP_AUTHENTICATION=true
6966
SMTP_DEBUG=false

0 commit comments

Comments
 (0)