Skip to content

Documentation: System configuration #151

@PaulLinYao

Description

@PaulLinYao

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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions