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

Commit 9a244d9

Browse files
committed
bug fixes
1 parent 0c51cd3 commit 9a244d9

File tree

6 files changed

+12
-21
lines changed

6 files changed

+12
-21
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113
displayName: 'NPM - Build Prod - AdminUI'
114114
inputs:
115115
command: custom
116-
customCommand: 'run build --prod --base-href=/admin-ui/'
116+
customCommand: 'ng build --prod --base-href=/admin-ui/'
117117
workingDir: src/Frontend/Jp.AdminUI
118118

119119
- task: Npm@1
120120
displayName: 'NPM - Build Prod - UserManagement'
121121
inputs:
122122
command: custom
123-
customCommand: 'run build --prod --base-href=/user-management/'
123+
customCommand: 'ng build --prod --base-href=/user-management/'
124124
workingDir: src/Frontend/Jp.UserManagement
125125

126126
- task: CopyFiles@2

src/Frontend/Jp.AdminUI/GeneratedHTML.html

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const environment = {
22
production: true,
3-
ResourceServer: "https://accounts.allto.com.br/api/",
4-
IssuerUri: "https://accounts.allto.com.br/sso",
3+
ResourceServer: "https://jpproject.azurewebsites.net/api/",
4+
IssuerUri: "https://jpproject.azurewebsites.net/sso",
55
RequireHttps: true,
6-
Uri: "https://accounts.allto.com.br/admin-ui"
6+
Uri: "https://jpproject.azurewebsites.net/admin-ui"
77
};

src/Frontend/Jp.UserManagement/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/Jp.UserManagement/src/environments/environment.prod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export const environment = {
22
production: true,
33
GoogleClientId: "27416902506-r7o9rfmcma3m6gnuck7q5vf1939o3003.apps.googleusercontent.com",
44
FacebookClientId: "2205593199670245",
5-
ResourceServer: "https://accounts.allto.com.br/api/",
6-
AuthorityUri: "https://accounts.allto.com.br/sso",
5+
ResourceServer: "https://jpproject.azurewebsites.net/api/",
6+
AuthorityUri: "https://jpproject.azurewebsites.net/sso",
77
RequireHttps: true,
8-
Uri: "https://accounts.allto.com.br/user-management"
8+
Uri: "https://jpproject.azurewebsites.net/user-management"
99
};

src/Frontend/Jp.UserManagement/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="JP Project - Open Source IdentityServer4 Admin">
1010
<meta name="author" content="Bruno Brito">
1111
<meta name="keyword" content="ID4,IdentityServer4,AdminUI,UserManagement,Open,Source,MicroService,Identity,SSO">
12-
<title>Allto+ - Administração de usuarios</title>
12+
<title>Jp Project - User Management</title>
1313
<link rel="apple-touch-icon" sizes="57x57" href="assets/apple-icon-57x57.png">
1414
<link rel="apple-touch-icon" sizes="60x60" href="assets/apple-icon-60x60.png">
1515
<link rel="apple-touch-icon" sizes="72x72" href="assets/apple-icon-72x72.png">

0 commit comments

Comments
 (0)