We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure the name of the participant EDC Demo
EDC Demo
During the debugging its helpful to see the participant's name. In the local development environment, the developer see differ the ports
Add a new property name to app.config.json in repo DataDashboard
name
DataDashboard
Configure the 3 participents in repo MinimumViableDataspace in participants.json
{ "include": [ { "participant": "company1", "region": "eu", "country": "FR", "data_dashboard_theme": "theme-1", "name":"Company 1" }, { "participant": "company2", "region": "eu", "country": "DE", "data_dashboard_theme": "theme-2", "name":"Company 2" }, { "participant": "company3", "region": "us", "country": "US", "data_dashboard_theme": "theme-3", "name":"Company 3" } ] }
new feature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Configure the name of the participant
EDC Demo
Which Areas Would Be Affected?
Why Is the Feature Desired?
During the debugging its helpful to see the participant's name. In the local development environment, the developer see differ the ports
Solution Proposal
Add a new property
name
to app.config.json in repoDataDashboard
Configure the 3 participents in repo MinimumViableDataspace in participants.json
Type of Issue
new feature
Checklist
The text was updated successfully, but these errors were encountered: