This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from NBISweden/feature/keyserver
Handling stable IDs from CentralEGA.
- Loading branch information
Showing
19 changed files
with
406 additions
and
189 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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ set -e | |
DOCKER_PORT_inbox=2223 | ||
DOCKER_PORT_mq=15673 | ||
DOCKER_PORT_kibana=5602 | ||
DOCKER_PORT_keyserver=8444 | ||
|
||
LEGA_GREETINGS="Welcome to Local EGA Finland @ CSC" | ||
CEGA_MQ_PASSWORD=$(generate_password 16) | ||
|
@@ -20,4 +21,6 @@ PGP_COMMENT="@CSC" | |
PGP_EMAIL="[email protected]" | ||
PGP_PASSPHRASE=$(generate_password 16) | ||
|
||
RSA_PASSPHRASE=$(generate_password 16) | ||
|
||
LOG_LEVEL=INFO |
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ set -e | |
DOCKER_PORT_inbox=2222 | ||
DOCKER_PORT_mq=15672 | ||
DOCKER_PORT_kibana=5601 | ||
DOCKER_PORT_keyserver=8443 | ||
|
||
LEGA_GREETINGS="Welcome to Local EGA Sweden @ NBIS" | ||
CEGA_MQ_PASSWORD=$(generate_password 16) | ||
|
@@ -20,4 +21,6 @@ PGP_COMMENT="@NBIS" | |
PGP_EMAIL="[email protected]" | ||
PGP_PASSPHRASE=$(generate_password 16) | ||
|
||
RSA_PASSPHRASE=$(generate_password 16) | ||
|
||
LOG_LEVEL=DEBUG |
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.