Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 0df043f

Browse files
committed
readme
1 parent 0099fef commit 0df043f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66

77
This is an Administrator Panel for JP Project. It's available in 2 versions: Light and Full. See below the differences.
88

9+
# Several break changes
10+
11+
The version ASP.NET Core 3.0 have changed a lot. So before upgrade read differences between light and full version. At the end it's the same project splited.
12+
913
# Installation
1014

11-
If you know the differences between Light and Full. Check the installation instructions below. If wanna understand check [Presentation](#presentation) version.
15+
If you know the differences between Light and Full. Check the installation instructions below. If wanna understand, check more here [Presentation](#presentation) version.
1216

1317
## Full Installation
1418

@@ -130,6 +134,7 @@ Api resource configuration
130134
131135
## Table of Contents ##
132136
137+
- [Several break changes](#several-break-changes)
133138
- [Installation](#installation)
134139
- [Full Installation](#full-installation)
135140
- [Light version](#light-version)

environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: false,
3-
IssuerUri: "http://localhost:5001",
3+
IssuerUri: "http://jpproject-sso:5001",
44
ResourceServer: "http://localhost:5002/",
55
RequireHttps: false,
66
Uri: "http://localhost:4300",

0 commit comments

Comments
 (0)