phax / peppol-commons

Java library with shared Peppol components - identifier handling, codelists, SBDH handler, SMP Client, SML Client
Apache License 2.0
29 stars 8 forks source link

Make hostname and IP address part of the config file #15

Closed dhixon closed 7 years ago

dhixon commented 7 years ago

As part of the registration GUI, the user must specify the host name and IP address of the system as part of the SMP registration. Please put this in the config file, so that we can create custom Docker images that contain this information already because we include a COPY ../smp-server.properties ... of a custom config file that contains these values. This removes a step where the AppOps person has to log on as an administrator and then manually enter these values.

phax commented 7 years ago

Moved to different project