mirror of https://github.com/samply/bridgehead.git
Shortened national node names in config
For ECDC, the Beam broker URL is very long, so the resulting Beam ID can be longer than 64 characters, which is too much for the CSR generation algorithm.
This commit is contained in:
parent
ec4e91fade
commit
aa122d0bff
|
@ -19,18 +19,19 @@
|
|||
|
||||
|
||||
### Common Configuration of all Components
|
||||
## This is the descriptive humanreadable name of your site (e.g. München LMU)
|
||||
SITE_NAME=ECDC-Bridgehead-<National node>
|
||||
## This is the id for your site used in machine to machine communication (e.g. muenchen-lmu)
|
||||
SITE_ID=ecdc-bridgehead-<National node>
|
||||
## This is a descriptive human readable name of your site (e.g. Belgium)
|
||||
SITE_NAME=<National node>
|
||||
## This is the id for your site used in machine to machine communication (should be
|
||||
## lower-case, e.g. belgium)
|
||||
SITE_ID=<National node>
|
||||
## This server's hostname, for access from other computers within your institution
|
||||
## (e.g. mybridgehead.intern.myinstitution.org)
|
||||
## Optional. If left empty, this is auto-generated via the `hostname` command.
|
||||
HOST=
|
||||
|
||||
## Proxy Configuration
|
||||
# leave empty if not applyable
|
||||
# ex.: http://my-proxy-host:my-proxy-port
|
||||
# leave empty if not applicable
|
||||
# eg.: http://my-proxy-host:my-proxy-port
|
||||
HTTP_PROXY_URL=
|
||||
HTTP_PROXY_USERNAME=
|
||||
HTTP_PROXY_PASSWORD=
|
||||
|
|
Loading…
Reference in New Issue