update README.md
This commit is contained in:
parent
3e9b3e5a3a
commit
e074d975e1
7 changed files with 130 additions and 50 deletions
|
|
@ -611,4 +611,15 @@ export class MiMeta {
|
|||
default: false,
|
||||
})
|
||||
public enableGDPRMode: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public enableProxyCheckio: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 32,
|
||||
nullable: true,
|
||||
})
|
||||
public proxyCheckioApiKey: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue