diff --git a/API/readme.md b/API/readme.md new file mode 100644 index 0000000..195159c --- /dev/null +++ b/API/readme.md @@ -0,0 +1,52 @@ +# Configuration of API + +Both the `Public API` and `API` solutions relies on a `appSettings.config` and `connections.config` to run. Both solutions depend on the same `connections.config` file since they connect to the same data source. + +The config files are saved in the root of the ASP.NET project. + +`connections.config` +```xml + + + +``` + +## Public API + +The `Public API` solution needs the following configuration: + +`appSettings.config` + +```xml + + + +``` + + + +## API + +The `API` solution needs the following configuration: + +`appSettings.config` + +```xml + + + + + + + + + + + + + + + +``` \ No newline at end of file