-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upd VERSION tag * upd CHANGELOG * drop chemotion_ELN plugins: clean JS code
- Loading branch information
Showing
22 changed files
with
85 additions
and
187 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
SFTP_HOST=sftp-host-production | ||
SFTP_PORT=sftp-port-production | ||
SFTP_UPLOAD_FOLDER=sftp-upload-folder # e.g. uploads | ||
SFTP_USER=sftp-user-production | ||
# default uri of your Chemotion ELN for http links in e-mails and notification: | ||
PUBLIC_URL='http://sld.tld' | ||
# senders e-mail: | ||
DEVISE_SENDER='[email protected]' | ||
|
||
## SMTP config | ||
# Remote mail server | ||
SMTP_ADDRESS='smtp.sld.tld' | ||
SMTP_PORT=587 | ||
# login user name & password: | ||
SMTP_USERNAME='[email protected]' | ||
SMTP_PASSWORD='s3cr3tPW' | ||
# optional, HELO domain | ||
SMTP_DOMAIN='sld.tld' | ||
# detect STARTTLS | ||
SMTP_TLS=true | ||
# authentication type ('plain' 'login' (Base64 encoded) or 'cram_md5') | ||
SMTP_AUTH='plain' | ||
# how OpenSSL checks the certificate ('none' or 'peer') | ||
SMTP_SSL_MODE='none' | ||
|
||
# disable mail delivery | ||
# DISABLE_MAIL_DELIVERY='nomail' | ||
|
||
|
||
#SFTP_HOST=sftp-host-production | ||
#SFTP_PORT=sftp-port-production | ||
#SFTP_UPLOAD_FOLDER=sftp-upload-folder # e.g. uploads | ||
#SFTP_USER=sftp-user-production | ||
|
||
# Choose between password and ssh-key authentication. | ||
# The default key locations are ~/.ssh/id_rsa,~/.ssh/id_dsa. If you want to use | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"parser": "babel-eslint", | ||
"parser": "@babel/eslint-parser", | ||
"plugins": [ | ||
"react" | ||
], | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
v14.16.0 | ||
v14.20.0 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version: 1.3.1 | ||
base_revision: d7c0c64dda79f938430e5236ce7559ab3bc17242 | ||
version: 1.4.0 | ||
base_revision: 9a6c2441a52356989aa69da67f8283a27a279ff6 | ||
current_revision: 0 |
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
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
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.