File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ Contribution Guidelines:
3636 - " default"
3737 - " database"
3838 ` ` `
39+ * All domain examples should end in ` domain.de`
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ POSTGRES_PASSWORD=S3cr3t
7171 add_header X-Content-Type-Options nosniff;
7272 add_header X-XSS-Protection "1; mode=block";
7373
74- # If you have the fileserver too, then you have to add your fileserver URL e.g. https://fs01.example.com as connect-src too:
74+ # If you have the fileserver too, then you have to add your fileserver URL e.g. https://fs01.domain.de as connect-src too:
7575 add_header Content-Security-Policy "default-src 'none'; manifest-src 'self'; connect-src 'self' https://static.psono.com https://api.pwnedpasswords.com https://storage.googleapis.com https://*.digitaloceanspaces.com https://*.blob.core.windows.net https://*.s3.amazonaws.com; font-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; child-src 'self'";
7676
7777 client_max_body_size 256m;
@@ -152,7 +152,7 @@ HOST_URL: 'https://psono.domain.de/server'
152152
153153# The email used to send emails, e.g. for activation (Nice, but not necessary)
154154EMAIL_FROM : ' the-mail-for-for-example-useraccount-activations@test.com'
155- EMAIL_HOST : ' smtp.example.com '
155+ EMAIL_HOST : ' smtp.domain.de '
156156EMAIL_HOST_USER : ' '
157157EMAIL_HOST_PASSWORD : ' '
158158EMAIL_PORT : 25
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 - " SHARELATEX_REDIS_HOST=redis"
1515 - " REDIS_HOST=redis"
1616 - " SHARELATEX_MONGO_URL=mongodb://mongo/sharelatex"
17- # - "SHARELATEX_EMAIL_SMTP_HOST=smtp.mydomain.com "
17+ # - "SHARELATEX_EMAIL_SMTP_HOST=smtp.domain.de "
1818 # - "SHARELATEX_EMAIL_SMTP_PORT=587"
1919 # - "SHARELATEX_EMAIL_SMTP_SECURE=false"
2020 # - "SHARELATEX_EMAIL_SMTP_TLS_REJECT_UNAUTH=true"
You can’t perform that action at this time.
0 commit comments