-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
To Do: Add to readme
Although configuration settings are mentioned in several places, a central reference for all configuration details would help avoid wasting time on what should be a quick and easy process. A summary of what is needed is:
ProfileDesigner
For the C# API, three files play a role:
- appSettings.json
- secrets.json - on a developer system, "User Secrets" helps prevent pushing passwords to git.
- launchSettings.json
For the React.Js front end, two files play a role:
- package.json
- .env
For database setup, the public.user table requires at least one record in order for the system to initialize without error.
Cloud Library
The Profile Designer interacts with Cloud Library to retrieve published nodesets, as well as storing profiles that have been submitted for review to be included with the CESMII approved set of nodesets. Three files play a role here:
- appSettings.json
- secrets.json - on a developer system, "User Secrets" helps prevent pushing passwords to git.
- launchSettings.json
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation