fix(admin.gbapp): AccessToken MSFT has changed.
This commit is contained in:
		
							parent
							
								
									d2e4e755db
								
							
						
					
					
						commit
						c36939e221
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -57,7 +57,7 @@ export class GuaribasAdmin extends Model<GuaribasAdmin> {
 | 
			
		|||
  @Column
 | 
			
		||||
  public key: string;
 | 
			
		||||
 | 
			
		||||
  @Column(DataType.STRING(2048))
 | 
			
		||||
  @Column(DataType.STRING(4000))
 | 
			
		||||
  public value: string;
 | 
			
		||||
 | 
			
		||||
  @Column
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -144,6 +144,7 @@ export class GBCoreService implements IGBCoreService {
 | 
			
		|||
      storage: storage,
 | 
			
		||||
      dialectOptions: {
 | 
			
		||||
        options: {
 | 
			
		||||
          trustServerCertificate: true,
 | 
			
		||||
          encrypt: encrypt
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -228,7 +228,6 @@ export class GBMinService {
 | 
			
		|||
 | 
			
		||||
    await this.deployer.deployPackage(min, 'packages/default.gbtheme');
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
    // Install per bot deployed packages.
 | 
			
		||||
 | 
			
		||||
    let packagePath = `work/${min.botId}.gbai/${min.botId}.gbdialog`;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue