fix(core): update
This commit is contained in:
parent
dd39b5d2ce
commit
e826047b9c
@ -4,4 +4,9 @@ export interface IReverseProxyConfig {
|
||||
hostName: string;
|
||||
privateKey: string;
|
||||
publicKey: string;
|
||||
authentication?: {
|
||||
type: 'Basic';
|
||||
user: string;
|
||||
pass: string;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user