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

Commit c45b982

Browse files
committed
app
1 parent 20143ce commit c45b982

4 files changed

Lines changed: 9 additions & 49 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://dev.azure.com/brunohbrito/Jp%20Project/_apis/build/status/JPProject%20AdminUI%20-%20CD?branchName=master)](https://dev.azure.com/brunohbrito/Jp%20Project/_build/latest?definitionId=2&branchName=master)
55
[![License](https://img.shields.io/github/license/brunohbrito/JPProject.IdentityServer4.AdminUI)](LICENSE)
66

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

99
# Several break changes
1010

@@ -14,7 +14,7 @@ The version ASP.NET Core 3.0 have changed a lot. So before upgrade read differen
1414

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

17-
## Full Installation
17+
## Full Install
1818

1919
Windows users:
2020
* download [jpproject-docker-windows.zip](https://github.com/brunohbrito/JP-Project/raw/master/build/jpproject-docker-windows.zip)
@@ -25,7 +25,7 @@ Linux users:
2525
* Add `127.0.0.1 jpproject-sso` entry to hosts file (`/etc/hosts`)
2626
* `docker-compose up`
2727

28-
## Light version
28+
## Light Install
2929

3030
You will need to create a Client and API resources in you IdentityServer4. At the end of this section have some shortcuts.
3131

@@ -136,12 +136,12 @@ Api resource configuration
136136
137137
- [Several break changes](#several-break-changes)
138138
- [Installation](#installation)
139-
- [Full Installation](#full-installation)
140-
- [Light version](#light-version)
139+
- [Full Install](#full-install)
140+
- [Light Install](#light-install)
141141
- [Table of Contents](#table-of-contents)
142142
- [Presentation](#presentation)
143143
- [Full](#full)
144-
- [Light version](#light-version-1)
144+
- [Light version](#light-version)
145145
- [Admin UI](#admin-ui)
146146
- [Demo](#demo)
147147
- [We are online at Azure.](#we-are-online-at-azure)

src/Frontend/Jp.AdminUI/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"assets": [
3030
"src/assets",
3131
"src/silent-refresh.html",
32-
"src/web.config"
3332
],
3433
"styles": [
3534
"src/app/core/preloader/preloader.scss",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const environment = {
22
production: true,
3-
ResourceServer: "https://jpproject.azurewebsites.net/api/",
4-
IssuerUri: "https://jpproject.azurewebsites.net/sso",
3+
ResourceServer: "https://api.jpproject.net/",
4+
IssuerUri: "https://sso.jpproject.net",
55
RequireHttps: true,
6-
Uri: "https://jpproject.azurewebsites.net/admin-ui",
6+
Uri: "https://admin.jpproject.net",
77
defaultTheme: "E",
88
version: "3.0.0"
99
};

src/Frontend/Jp.AdminUI/src/web.config

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)