We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c183c commit f6f8785Copy full SHA for f6f8785
docker-compose.yml
@@ -7,13 +7,13 @@ x-common:
7
APP_URL: 'https://codinglab.gg'
8
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
9
APP_TIMEZONE: 'Europe/Paris'
10
- APP_SERVICE_AUTHOR: 'noreply@example.com'
+ APP_SERVICE_AUTHOR: 'noreply@codinglab.gg'
11
TRUSTED_PROXIES: '*' # Set this to your proxy IP
12
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt
13
# to generate an SSL certificate for the Panel.
14
- # LE_EMAIL: ""
+ LE_EMAIL: '[email protected]'
15
mail: &mail-environment
16
- MAIL_FROM: 'noreply@example.com'
+ MAIL_FROM: 'noreply@codinglab.gg'
17
MAIL_DRIVER: 'smtp'
18
MAIL_HOST: 'mail'
19
MAIL_PORT: '1025'
0 commit comments