Skip to content

Commit

Permalink
fix(admin.gbapp): AccessToken MSFT has changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 17, 2020
1 parent d2e4e75 commit c36939e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin.gbapp/models/AdminModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/core.gbapp/services/GBCoreService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export class GBCoreService implements IGBCoreService {
storage: storage,
dialectOptions: {
options: {
trustServerCertificate: true,
encrypt: encrypt
}
},
Expand Down
1 change: 0 additions & 1 deletion packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit c36939e

Please sign in to comment.