This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +638
-662
lines changed
Jp.AdminUI/src/app/shared/viewModel Expand file tree Collapse file tree 7 files changed +638
-662
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ services:
3030 depends_on :
3131 - jpdatabase
3232 environment :
33- DATABASE_TYPE : " MySql "
34- CUSTOMCONNSTR_DATABASE_CONNECTION : " server=jpdatabase,port=3306;database=jpproject;user=jp;password=10203040 "
33+ DATABASE_TYPE : " SqlServer "
34+ CUSTOMCONNSTR_DATABASE_CONNECTION :
" Data Source=tcp:capturadb.database.windows.net,1433;Initial Catalog=homolog_jpproject;User [email protected] ;Password=8BIaspVxw1vOgSIDKdIn; " 3535 ASPNETCORE_ENVIRONMENT : " Development"
3636 ASPNETCORE_URLS : http://+:5000
3737
@@ -48,8 +48,8 @@ services:
4848 depends_on :
4949 - jpdatabase
5050 environment :
51- DATABASE_TYPE : " MySql "
52- CUSTOMCONNSTR_DATABASE_CONNECTION : " server=jpdatabase,port=3306;database=jpproject;user=jp;password=10203040 "
51+ DATABASE_TYPE : " SqlServer "
52+ CUSTOMCONNSTR_DATABASE_CONNECTION :
" Data Source=tcp:capturadb.database.windows.net,1433;Initial Catalog=homolog_jpproject;User [email protected] ;Password=8BIaspVxw1vOgSIDKdIn; " 5353 ASPNETCORE_ENVIRONMENT : " Development"
5454 AUTHORITY : " http://jpproject:5000"
5555 ASPNETCORE_URLS : http://+
Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ export class Client {
9595 allowedCorsOrigins : string [ ] ;
9696 properties : ClientProperty [ ] ;
9797 oldClientId : string ;
98-
98+ userCodeType : string ;
99+ deviceCodeLifetime : number ;
100+
99101 public static isValid ( client : Client , errors : string [ ] ) : boolean {
100102 errors . length = 0 ;
101103 if ( client . allowedGrantTypes == null || client . allowedGrantTypes . length <= 0 ) {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ public static void Main(string[] args)
3030
3131 var host = CreateWebHostBuilder ( args ) . Build ( ) ;
3232
33- // Uncomment this to seed upon startup, alternatively pass in `dotnet run / seed` to seed using CLI
34- Task . WaitAll ( DbMigrationHelpers . EnsureSeedData ( host ) ) ;
33+ //Task.WaitAll(DbMigrationHelpers.EnsureSeedData(host));
3534
3635 host . Run ( ) ;
3736 }
Original file line number Diff line number Diff line change 3232 <link rel =" apple-touch-icon" sizes =" 152x152" href =" @Url.Content(" ~ /images /apple-icon-152x152.png " )" >
3333 <link rel =" apple-touch-icon" sizes =" 180x180" href =" @Url.Content(" ~ /images /apple-icon-180x180.png " )" >
3434 <link rel =" icon" type =" image/png" sizes =" 192x192" href =" @Url.Content(" ~ /images /android-icon-192x192.png " )" >
35- <link rel =" icon" type =" image/png" sizes =" 32x32" href =" @Url.Content(" images /favicon-32x32.png " )" >
36- <link rel =" icon" type =" image/png" sizes =" 96x96" href =" @Url.Content(" images /favicon-96x96.png " )" >
37- <link rel =" icon" type =" image/png" sizes =" 16x16" href =" @Url.Content(" images /favicon-16x16.png " )" >
38- <link rel =" manifest" href =" @Url.Content(" images /manifest.json " )" >
35+ <link rel =" icon" type =" image/png" sizes =" 32x32" href =" @Url.Content(" ~ / images /favicon-32x32.png " )" >
36+ <link rel =" icon" type =" image/png" sizes =" 96x96" href =" @Url.Content(" ~ / images /favicon-96x96.png " )" >
37+ <link rel =" icon" type =" image/png" sizes =" 16x16" href =" @Url.Content(" ~ / images /favicon-16x16.png " )" >
38+ <link rel =" manifest" href =" @Url.Content(" ~ / images /manifest.json " )" >
3939 <meta name =" msapplication-TileColor" content =" #ffffff" >
40- <meta name =" msapplication-TileImage" content =" @Url.Content(" images /ms-icon-144x144.png " )" >
40+ <meta name =" msapplication-TileImage" content =" @Url.Content(" ~ / images /ms-icon-144x144.png " )" >
4141 <meta name =" theme-color" content =" #ffffff" >
4242 <script asp-append-version =" true" crossorigin =" anonymous" src =" ~/js/app.insights.js" ></script >
4343</head >
Original file line number Diff line number Diff line change 2828 <link rel =" apple-touch-icon" sizes =" 152x152" href =" @Url.Content(" ~ /images /apple-icon-152x152.png " )" >
2929 <link rel =" apple-touch-icon" sizes =" 180x180" href =" @Url.Content(" ~ /images /apple-icon-180x180.png " )" >
3030 <link rel =" icon" type =" image/png" sizes =" 192x192" href =" @Url.Content(" ~ /images /android-icon-192x192.png " )" >
31- <link rel =" icon" type =" image/png" sizes =" 32x32" href =" @Url.Content(" images /favicon-32x32.png " )" >
32- <link rel =" icon" type =" image/png" sizes =" 96x96" href =" @Url.Content(" images /favicon-96x96.png " )" >
33- <link rel =" icon" type =" image/png" sizes =" 16x16" href =" @Url.Content(" images /favicon-16x16.png " )" >
34- <link rel =" manifest" href =" @Url.Content(" images /manifest.json " )" >
31+ <link rel =" icon" type =" image/png" sizes =" 32x32" href =" @Url.Content(" ~ / images /favicon-32x32.png " )" >
32+ <link rel =" icon" type =" image/png" sizes =" 96x96" href =" @Url.Content(" ~ / images /favicon-96x96.png " )" >
33+ <link rel =" icon" type =" image/png" sizes =" 16x16" href =" @Url.Content(" ~ / images /favicon-16x16.png " )" >
34+ <link rel =" manifest" href =" @Url.Content(" ~ / images /manifest.json " )" >
3535 <meta name =" msapplication-TileColor" content =" #ffffff" >
36- <meta name =" msapplication-TileImage" content =" @Url.Content(" images /ms-icon-144x144.png " )" >
36+ <meta name =" msapplication-TileImage" content =" @Url.Content(" ~ / images /ms-icon-144x144.png " )" >
3737 <meta name =" theme-color" content =" #ffffff" >
3838 <link href =" @Url.Content(" ~ /css /jp.min.css " )" rel =" stylesheet" >
3939 <script asp-append-version =" true" crossorigin =" anonymous" src =" ~/js/app.insights.js" ></script >
You can’t perform that action at this time.
0 commit comments